URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [packed-2.c] - Rev 688
Compare with Previous | Blame | View Log
typedef struct s { unsigned short a; unsigned long b __attribute__ ((packed)); } s; s t; int main() { t.b = 0; return 0; }