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