1 // Submitted by Jason Merrill <jason_merrill@redhat.com>
2 // Test for proper handling of local static references.
10 // Test that we only initialize i once.
19 static const int &i = f();
21 // Test that i points to the same place in both calls.
24 // Test that if so, it points to static data.
33 int arr[] = { 1, 1, 1, 1, 1, 1, 1 };