offsetof.0.stdout (1a36faad54665288ed4eb839d2a4699ae2ead45e) | offsetof.0.stdout (a3abcad0b7ada3ebabbab2f5074608caf0689802) |
---|---|
1/* $FreeBSD$ */ 2/* See r303718 */ | 1/* $FreeBSD$ */ 2/* See r303718 */ |
3void | 3void |
4t(void) 5{ 6 int n = malloc(offsetof(struct s, f) + 1); 7} | 4t(void) 5{ 6 int n = malloc(offsetof(struct s, f) + 1); 7} |