blob: 248720d8f30cec99bb9ea771fb2c2af2e9a88698 [file] [log] [blame]
void main (string[] args)
{
assert(args.length == 5);
assert(args[1 .. $] == [ "foo", "bar", "--", "--DRT-gcopts=profile:1" ]);
}