aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/err-msg7.C
blob: 5971806fa461c140e503408df653b4708a96a4d6 (plain)
1
2
3
4
5
6
// Build don't link: 
// GROUPS passed error-messages
class foo {
public:
  volatile int () {}// ERROR - 
};