1*181254a7Smrg // { dg-shouldfail "stderr_msg msg" } 2*181254a7Smrg // { dg-output "object.Exception@.*: stderr_msg msg" } main()3*181254a7Smrg void main() 4*181254a7Smrg { 5*181254a7Smrg throw new Exception("stderr_msg msg"); 6*181254a7Smrg } 7