2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / other / first-global.C
blobb50f3266b5de4e4401206be56f078cebcaa751fb
1 /* { dg-do compile } */
2 /* { dg-final { scan-assembler "_GLOBAL__I_foobar" } } */
3 struct foo { foo (); };
4 foo foobar;