xref: /freebsd/usr.bin/indent/tests/parens.0 (revision 1d386b48)
1typedef void 	(*xxxxxxxxxxx) (int,
2				char);
3
4typedef char 	(*xxxxxxxxxxxxxxxxxxxxxxxxxxxx) (int *,
5						 unsigned *,
6						 char,
7						 float *);
8
9void
10test(void)
11{
12	char		chars[secondf(firstf(B),
13				      *here)];
14
15	float		xxx = yyyyyyyyyyyyyy(zzzzzzzzzzzzz(p1,
16							   (p2),
17							   p3));
18
19	if (1) {
20		char	       *xxx = firstf(secondf2(p1,
21						      p2));
22	}
23
24	rb->allocfunc(1);
25	rb2.allocfunc(7);
26}
27