URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [990928-1.c] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
/* Make sure that debug information can be generated for inline functions containing incomplete type declarations. */ inline int foo (void) { struct imcomplete1 * ptr1; union incomplete2 * ptr2; enum incomplete3 * ptr3; return 1; }
Go to most recent revision | Compare with Previous | Blame | View Log