opnsense-src/usr.bin/indent/tests/offsetof.0.stdout
Warner Losh 2a63c3be15 Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
2023-08-16 11:54:29 -06:00

6 lines
80 B
Text

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