re PR c++/29024 (storage class specifier accepted for typedef (clause 7.1.1 ; 1))
[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 "conflicting specifiers" }
8 };