1 2 3 4 5 6 7 8 9 10 11
// Submitted by Jason Merrill <jason_merrill@redhat.com> // Test for proper handling of local static references. // Split into pieces for binary compatibility testing October 2002 extern void init_ref2_x (void); int main () { init_ref2_x (); }