Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libphobos/testsuite/libphobos.config/test20459.d
2023-03-06 14:48:14 +01:00

5 lines
138 B
D

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