/* $FreeBSD: releng/12.1/usr.bin/indent/tests/struct.0.stdout 334564 2018-06-03 16:21:15Z pstef $ */ /* $BSDSUniX $ */ int f(struct x *a); /* See r303485 */ void t(void) { static const struct { int a; int b; } c[] = { {D, E}, {F, G} }; } void u(struct x a) { int b; struct y c = (struct y *)&a; }