aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/err-msg1.C
blob: 9450d7671c699766d171c06856ca67267ff094d4 (plain)
1
2
3
4
5
6
// Build don't link: 
// GROUPS passed error-messages
class A { };

int i = A::_ter;// ERROR -  ._ter.*
int j = A::term;// ERROR -  .term.*