(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
init/
assign2.C
// PR c++/59950

 struct Foo {};

 int f(Foo *p);
 int n = f(&(Foo() = Foo()));