mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
12 lines
62 B
D
12 lines
62 B
D
module f;
|
|
|
|
struct S
|
|
{
|
|
long l;
|
|
}
|
|
|
|
void main()
|
|
{
|
|
S s;
|
|
}
|