Sign in
gnu
/
gcc.git
/
c2b11b7471807139d8068bf5ecf5378e00d2de47
/
.
/
libphobos
/
testsuite
/
libphobos.exceptions
/
message_with_null.d
blob: 64092f0c5cd4ca97fb43b117a35a5697cd4334dd [
file
]
// { dg-shouldfail " world!" }
// { dg-output "object.Exception@.*: hello.*world!" }
module
message_with_null
;
void
main
()
{
throw
new
Exception
(
"hello\0 world!"
);
}