blob: 625175d77889aaf0cfe6025a327ffb079f0314b1 [file] [log] [blame]
struct A {};
struct A foo()
{
return foo();
}
void bar()
{
foo();
}