mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-18 05:43:14 +01:00
12 lines
78 B
D
12 lines
78 B
D
module imports_2of2;
|
|
|
|
int func()
|
|
{
|
|
return 42;
|
|
}
|
|
|
|
struct S
|
|
{
|
|
long l;
|
|
}
|