Lines Matching defs:ref
1251 // int& ref = ByRef(n); // This shouldn't compile - we have a1262 int& ref = ByRef(n);1263 EXPECT_EQ(&n, &ref);