aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/operators3.C
blob: e068de3aa52b79bf3fd02923713629fe94d62cd5 (plain)
1
2
3
4
// Build don't link: 
// GROUPS passed operators
class X { };
void operator->(X& a, X& b) {} // MUST be a member function// ERROR - .*