aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/err-msg9.C
blob: 0714de696ccbd7885ec7dd307ddec47b6e0ef4f5 (plain)
1
2
3
4
5
6
// Build don't link: 
// GROUPS passed error-messages
class foo {
public:
  int ~foo ();// ERROR -  return type specification for destructor invalid.*
};