tree-core.h (omp_clause_code): Comments regarding range checks for OMP_CLAUSE_...
[official-gcc.git] / gcc / testsuite / g++.dg / other / mult-stor1.C
blobe582b03ee60dc3542b8e02d3b76e98e082565c7d
1 // PR c++/20646
2 // Origin: Dan Rosen <dan.rosen@gmail.com>
3 // { dg-do compile }
5 struct A
7   extern static int i;  // { dg-error "'static' specifier conflicts with 'extern'" }
8 };