URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [compat/] [init/] [init-ref2_main.C] - Rev 693
Compare with Previous | Blame | View Log
// 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 ();
}