mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 00:37:41 +01:00
7 lines
152 B
D
7 lines
152 B
D
|
// { dg-shouldfail "stderr_msg msg" }
|
||
|
// { dg-output "object.Exception@.*: stderr_msg msg" }
|
||
|
void main()
|
||
|
{
|
||
|
throw new Exception("stderr_msg msg");
|
||
|
}
|