2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / err-msg7.C
blob0dbb3231d9f822ae1206881c6ea4f007ca517841
1 // { dg-do assemble  }
2 // GROUPS passed error-messages
3 class foo {
4 public:
5   volatile int () {}// { dg-error "" } 
6 };