pfultz2 opened this issue 7 years ago · 0 comments
int& f(int& a) { return a; } int& hello() { int x = 0; return f(x); }