2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / init2.C
blobd1507afac3e0d52e416556b2b59c03ff984447a3
1 // { dg-do run  }
2 // PRMS Id: 5126
4 extern int i, j;
5 static const int foo [] = { i, j };
6 int i = 5, j = 42;
7 int main()
9   return foo[1] != 42;