Fix compilation of server.cc on hpux.
[official-gcc.git] / libphobos / testsuite / libphobos.config / test20459.d
blob248720d8f30cec99bb9ea771fb2c2af2e9a88698
1 void main (string[] args)
3 assert(args.length == 5);
4 assert(args[1 .. $] == [ "foo", "bar", "--", "--DRT-gcopts=profile:1" ]);