aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.law/enum8.C
blob: 192a2b4c468e0ea36d6576919356f1906e296d98 (plain)
1
2
3
4
// Build don't link: 
// Special g++ Options: -fshort-enums
// GROUPS passed enums
  enum E { A = 0x80000000 };