view test/imports_2of2.d @ 10:c0f2c47e5034 trunk

[svn r14] Forgot something stupid...y
author lindquist
date Mon, 01 Oct 2007 23:32:29 +0200
parents c53b6e3fe49a
children
line wrap: on
line source

module imports_2of2;

int func()
{
    return 42;
}

struct S
{
    long l;
}