URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [931004-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
#define A "This is a long test that tests the structure initialization" #define B A,A #define C B,B,B,B #define D C,C,C,C int main() { char *subs[]={ D, D, D, D, D, D, D, D, D, D, D, D, D, D, D}; }
Go to most recent revision | Compare with Previous | Blame | View Log