2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / local2.C
blob12b777ce3eed0aed2c22c75c447f1cbf67755827
1 // { dg-do assemble  }
2 // { dg-options "-O2" }
4 void f ()
6   struct Init {
7     Init () {
8     }
9   };