1 void main (string[] args) 2 { 3 assert(args.length == 5); 4 assert(args[1 .. $] == [ "foo", "bar", "--", "--DRT-gcopts=profile:1" ]); 5 } 6
Indexes created Wed Mar 04 15:26:31 UTC 2026