Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / tc1 / dr94.C
blob97cf0c25649c3327333082ca4f8e3910af92a059
1 // { dg-do compile }
2 // Origin: Giovanni Bajo <giovannibajo at gcc dot gnu dot org>
3 // DR94: Inconsistencies in the descriptions of constant expressions 
5 struct S {
6   static const int c = 5;
7 };
8 int a[S::c];