]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/indent/tests/offsetof.0.stdout
MFV r322221: 7910 l2arc_write_buffers() may write beyond target_sz
[FreeBSD/FreeBSD.git] / usr.bin / indent / tests / offsetof.0.stdout
1 /* $FreeBSD$ */
2 /* See r303718 */
3 void
4 t(void)
5 {
6         int             n = malloc(offsetof(struct s, f) + 1);
7 }