Commit e71b918c by Jason Merrill

fix thinko

From-SVN: r86694
parent 2c46a62f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
struct A { A(int); }; struct A { A(int); };
void f() void f(int t)
{ {
throw (3,A(t)); throw (3,A(t));
} }
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