OSDN Git Service

Initial revision
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.brendan / err-msg1.C
1 // Build don't link: 
2 // GROUPS passed error-messages
3 class A { };
4
5 int i = A::_ter;// ERROR -  ._ter.*
6 int j = A::term;// ERROR -  .term.*