URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [abi/] [pr39188-2b.C] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
#include "pr39188-2.h"
extern "C" void abort ();
extern int x (int);
int
main (void)
{
if (x (1) != 0)
abort ();
if (f<int> (1) != 1)
abort ();
return 0;
}
Go to most recent revision | Compare with Previous | Blame | View Log