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
4
5 extern void init_ref2_x (void);
6
7 int
main()8 main ()
9 {
10 init_ref2_x ();
11 }
12