xref: /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.config/test20459.d (revision b1e838363e3c6fc78a55519254d99869742dd33c)

main(string[]args)1 void main (string[] args)
2 {
3     assert(args.length == 5);
4     assert(args[1 .. $] == [ "foo", "bar", "--", "--DRT-gcopts=profile:1" ]);
5 }
6