summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/err-msg5.C
blob: 37b956c568f3162c43609630d44d3ebbeae1cfb6 (plain)
1
2
3
4
// Build don't link: 
// GROUPS passed error-messages
class foo {};
~foo () {}// ERROR -  destructors must be member functions.*