URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20021127-1.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
long long a = -1; long long llabs (long long); void abort (void); int main() { if (llabs (a) != 1) abort (); return 0; } long long llabs (long long b) { abort (); }
Go to most recent revision | Compare with Previous | Blame | View Log