/* $NetBSD: struct.0.stdout,v 1.1 2019/04/04 15:27:35 kamil Exp $ */ /* $FreeBSD: head/usr.bin/indent/tests/struct.0.stdout 334564 2018-06-03 16:21:15Z pstef $ */ 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; }