]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/indent/tests/offsetof.0
ZFS: MFV 2.0-rc1-ga00c61
[FreeBSD/FreeBSD.git] / usr.bin / indent / tests / offsetof.0
1 /* $FreeBSD$ */
2 /* See r303718 */
3 void t(void) {
4         int n = malloc(offsetof(struct s, f) + 1);
5 }