Home | History | Annotate | Download | only in test

Lines Matching defs:ref

1199   // int& ref = ByRef(n);  // This shouldn't compile - we have a
1210 int& ref = ByRef(n);
1211 EXPECT_EQ(&n, &ref);