Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / expr / enum1.C
blob40dc5faf66da5415b961ed7a8e64cda129783cbf
1 // { dg-do run }
3 extern "C" void abort();
4 int main()
6     enum { shelf = 4 } t = shelf;
7     if (!(t & shelf))
8         abort ();