// Syntax error--token "&" unexpected int foo(int & & bar) { bar = 0; return bar; }