2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / init / init-ref2_main.C
blob73782829ec4a26e0ee40ae36034b76e9968c69b3
1 // Submitted by Jason Merrill <jason_merrill@redhat.com>
2 // Test for proper handling of local static references.
3 // Split into pieces for binary compatibility testing October 2002
5 extern void init_ref2_x (void);
7 int
8 main ()
10   init_ref2_x ();