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/] [execute/] [packed-2.c] - Rev 154
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; }