FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash32.C
blobebca5a4f6fab12dd59fd2e003cee0ee3b68ac79e
1 // Build don't link: 
2 // Special g++ Options: -fshort-enums
3 // GROUPS passed old-abort
4 enum Bool { FALSE, TRUE };
5 Bool foo () { return TRUE; }