2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / parse3.C
blob5f24cd1591d317dd5f3759b8b6ecff35d40263d8
1 /* PR c++/80 */
2 /* { dg-do compile } */
4 /* Used to get:
5   bug.C:7: semicolon missing after declaration of `numbers'
6 */
7 enum numbers { zero, one, two, three } __attribute__ ((packed)) ;