Commit 7ca6f6d6 by Jason Merrill

fix double paste

From-SVN: r149535
parent df5c89cb
......@@ -19,24 +19,3 @@ void bar()
{
A a1, a2;
}
void foo();
struct A
{
~A()
{
try
{
foo();
foo();
}
catch (...)
{
}
}
};
void bar()
{
A a1, a2;
}
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