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