mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 06:14:49 +01:00
9 lines
171 B
D
9 lines
171 B
D
|
// { dg-shouldfail " world!" }
|
||
|
// { dg-output "object.Exception@.*: hello.*world!" }
|
||
|
module message_with_null;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
throw new Exception("hello\0 world!");
|
||
|
}
|