Fix compilation of server.cc on hpux.
[official-gcc.git] / libphobos / testsuite / libphobos.config / test19433.d
blob1c58145103e4e36f9ffa3751a35c3bf7a1f23ac0
1 extern(C) __gshared bool rt_cmdline_enabled = false;
3 void main(string[] args)
5 assert(args.length == 2);
6 assert(args[1] == "--DRT-dont-eat-me");