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

4 lines
79 B
Text

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