OSDN Git Service

PR c++/10446
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / parse3.C
1 /* PR c++/80 */
2 /* { dg-do compile } */
3
4 /* Used to get:
5   bug.C:7: semicolon missing after declaration of `numbers'
6 */
7 enum numbers { zero, one, two, three } __attribute__ ((packed)) ;