aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/other/mult-stor1.C
blob: 1eaec4f14f9b37d94656e7990cda3250832d1dcb (plain)
1
2
3
4
5
6
7
8
// PR c++/20646
// Origin: Dan Rosen <dan.rosen@gmail.com>
// { dg-do compile }

struct A
{
  extern static int i;  // { dg-error "conflicting specifiers" }
};