]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/other/mult-stor1.C
c++: Improve diagnostics about conflicting specifiers
[gcc.git] / gcc / testsuite / g++.dg / other / mult-stor1.C
1 // PR c++/20646
2 // Origin: Dan Rosen <dan.rosen@gmail.com>
3 // { dg-do compile }
4
5 struct A
6 {
7 extern static int i; // { dg-error "'static' specifier conflicts with 'extern'" }
8 };
This page took 0.03321 seconds and 5 git commands to generate.