summaryrefslogtreecommitdiff
path: root/usr.bin/indent/tests/offsetof.0
blob: c1870fa0daa3119c070289aaf46b23e8df59a747 (plain)
1
2
3
4
/* See r303718 */
void t(void) {
	int n = malloc(offsetof(struct s, f) + 1);
}