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