URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [struct-ini-4.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
struct s { int a[3]; int c[3]; }; struct s s = { c: {1, 2, 3} }; main() { if (s.c[0] != 1) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log