mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 09:31:03 +03:00
6 lines
63 B
D
6 lines
63 B
D
import core.stdc.stdio;
|
|
|
|
static this()
|
|
{
|
|
puts("ctor\n");
|
|
}
|