opnsense-src/usr.bin/indent/tests/offsetof.0.stdout

7 lines
96 B
Text

/* $FreeBSD$ */
/* See r303718 */
void
t(void)
{
int n = malloc(offsetof(struct s, f) + 1);
}