blob: 72d1264f3c9119a77bf7d062fbd245209486171f [file] [log] [blame]
// PR c++/59950
struct Foo {};
int f(Foo *p);
int n = f(&(Foo() = Foo()));