xref: /freebsd/usr.bin/indent/tests/offsetof.0 (revision 68d75eff68281c1b445e3010bb975eae07aac225)
1/* $FreeBSD$ */
2/* See r303718 */
3void t(void) {
4	int n = malloc(offsetof(struct s, f) + 1);
5}
6