URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr47426-2.c] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
typedef void tfoo (int *); tfoo *getfoo (void); void bar (int *i) { (*i)--; } int main () { int i = 1; getfoo ()(&i); if (i) __builtin_abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log