2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / other / static3.C
blob1d6b121b85ad388cce4c800337c28623524f1cfa
1 void foo()
3   struct S
4   {
5     static const int a = 0;  // { dg-error "22:local class" }
6   };