2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / warning7.C
blob06eec9b554330ec09730b334543cb0e26a37dcb4
1 // { dg-do assemble  }
2 // { dg-options "-Wunused" }
3 // PRMS Id: 5481
5 struct A { };
6 static A a = A();