xref: /freebsd/usr.bin/indent/tests/parens.0 (revision 4543ef516683042d46f3bd3bb8a4f3f746e00499)
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