xref: /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/stderr_msg.d (revision dd75ac5b443e967e26b4d18cc8cd5eb98512bfbf)
1 // { dg-shouldfail "stderr_msg msg" }
2 // { dg-output "object.Exception@.*: stderr_msg msg" }
3 void main()
4 {
5     throw new Exception("stderr_msg msg");
6 }
7