URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [bitf.c] - Rev 154
Compare with Previous | Blame | View Log
#define int unsigned struct foo { int aa : 1; int a : 9; int c : 16; int d : 6; }; int foo (a, b) struct foo a; { return a.d == 0; }