FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash6.C
blob5f51ab485b37190b0d14b45e6510854bfb19c713
1 // Build don't link:
2 // Special g++ Options: -O2
4 struct E
6   int f(int);
7 };
9 void ha()
11   enum {X = 0};
13   int A, C;
15   E vList[10];
17   A = (C + 1) % 3;
18   vList[1].f(A);