Reset branch to trunk.
[official-gcc.git] / trunk / gcc / testsuite / g++.old-deja / g++.brendan / crash32.C
blob955e68c68ea2dad790ca91195f767ae6afb5d743
1 // { dg-do assemble  }
2 // { dg-options "-fshort-enums" }
3 // GROUPS passed old-abort
4 enum Bool { FALSE, TRUE };
5 Bool foo () { return TRUE; }