Files
ldc/test/imports_2of2.d
2007-09-01 21:43:27 +02:00

12 lines
78 B
D

module imports_2of2;
int func()
{
return 42;
}
struct S
{
long l;
}