mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 21:51:03 +03:00
5 lines
94 B
D
5 lines
94 B
D
extern(C) __gshared string[] rt_options = [ "gcopt=gc:non-existing" ];
|
|
|
|
void main() @nogc
|
|
{
|
|
}
|