Commit 06ca2010 by Jason Merrill

bad test

From-SVN: r23647
parent 46d18cc6
// Special g++ Options: -fsjlj-exceptions
// execution test - XFAIL *-*-*
void foo() throw(int) { throw 1; }
int main() {
try { foo(); }
catch(int) { return 0; }
abort();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment