URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [objc/] [execute/] [nested-2.m] - Rev 859
Go to most recent revision | Compare with Previous | Blame | View Log
/* Contributed by Nicola Pero Mon Mar 5 19:57:11 CET 2001 */ int main (void) { inline int nested (void) { return 1; } if (nested () != 1) { exit (1); } return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log