Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.dg
/
compat
/
init
/
init-ref2_main.C
blob: 73782829ec4a26e0ee40ae36034b76e9968c69b3 [
file
] [
log
] [
blame
]
// 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
();
}