Commit 86a8a2e5 by Jan Hubicka

Fix misapplied patch.

From-SVN: r153451
parent c59f5d1b
......@@ -9,14 +9,3 @@ void bar()
{
foo();
}
struct A {};
struct A foo()
{
return foo();
}
void bar()
{
foo();
}
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