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

6 lines
152 B
D

// { dg-shouldfail "stderr_msg msg" }
// { dg-output "object.Exception@.*: stderr_msg msg" }
void main()
{
throw new Exception("stderr_msg msg");
}