URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [compat/] [init/] [byval1_x.C] - Rev 776
Go to most recent revision | Compare with Previous | Blame | View Log
#include "byval1.h"extern "C" void abort (void);extern void Foo (C c);extern int r;voidbyval1_x (){C c;Foo (c);if (r != 0)abort ();}
Go to most recent revision | Compare with Previous | Blame | View Log
