/* $FreeBSD: releng/12.1/usr.bin/indent/tests/offsetof.0.stdout 321381 2017-07-23 14:04:45Z pstef $ */ /* $BSDSUniX $ */ /* See r303718 */ void t(void) { int n = malloc(offsetof(struct s, f) + 1); }