Sign in
gnu
/
gcc
/
f450e21133974ec05fada3741eb91934f6371af4
/
.
/
libphobos
/
testsuite
/
libphobos.exceptions
/
stderr_msg.d
blob: bd14cea3c59cd15c5241d674d9f3122087b66e7c [
file
] [
log
] [
blame
]
// { dg-shouldfail "stderr_msg msg" }
// { dg-output "object.Exception@.*: stderr_msg msg" }
void
main
()
{
throw
new
Exception
(
"stderr_msg msg"
);
}