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