aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/operators2.C
blob: ece06ef3d06f9aa9637b059b28488c3524cd3409 (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 - .*