URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [lto/] [pr40725_1.c] - Rev 318
Go to most recent revision | Compare with Previous | Blame | View Log
typedef struct c_type_1 { int j; } c_type_1_t; void sub0(c_type_1_t *c_type, int expected_j); int main(int argc, char **argv) { c_type_1_t c_type; c_type.j = 11; sub0(&c_type, c_type.j); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log