Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libphobos/testsuite/libphobos.config/test20459.d

6 lines
138 B
D
Raw Normal View History

2023-03-06 14:48:14 +01:00
void main (string[] args)
{
assert(args.length == 5);
assert(args[1 .. $] == [ "foo", "bar", "--", "--DRT-gcopts=profile:1" ]);
}