mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 19:33:13 +01:00
12 lines
60 B
D
12 lines
60 B
D
module moduleinfo1;
|
|
|
|
class C
|
|
{
|
|
}
|
|
|
|
void main()
|
|
{
|
|
C c;
|
|
}
|
|
|