xref: /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.config/test20459.d (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
1 void main (string[] args)
2 {
3     assert(args.length == 5);
4     assert(args[1 .. $] == [ "foo", "bar", "--", "--DRT-gcopts=profile:1" ]);
5 }
6