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