Home | History | Annotate | Download | only in test

Lines Matching defs:ref

1251   // int& ref = ByRef(n);  // This shouldn't compile - we have a
1262 int& ref = ByRef(n);
1263 EXPECT_EQ(&n, &ref);