URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [struct-complex-1_main.c] - Rev 816
Compare with Previous | Blame | View Log
/* { dg-options "-O" } */ #ifdef __x86_64__ /* Test function argument passing. PR target/15302. */ extern void struct_complex_1_x (void); extern void exit (int); int main () { struct_complex_1_x (); exit (0); } #else int main () { return 0; } #endif