aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.jason/warning7.C
blob: 06eec9b554330ec09730b334543cb0e26a37dcb4 (plain)
1
2
3
4
5
6
// { dg-do assemble  }
// { dg-options "-Wunused" }
// PRMS Id: 5481

struct A { };
static A a = A();