summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/tc1/dr94.C
blob: 97cf0c25649c3327333082ca4f8e3910af92a059 (plain)
1
2
3
4
5
6
7
8
9
// { dg-do compile }
// Origin: Giovanni Bajo <giovannibajo at gcc dot gnu dot org>
// DR94: Inconsistencies in the descriptions of constant expressions 

struct S {
  static const int c = 5;
};
int a[S::c];