]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/indent/tests/parens.0
Update OpenZFS to 2.0.0-rc3-gfc5966
[FreeBSD/FreeBSD.git] / usr.bin / indent / tests / parens.0
1 /* $FreeBSD$ */
2 typedef void    (*xxxxxxxxxxx) (int,
3                                 char);
4
5 typedef char    (*xxxxxxxxxxxxxxxxxxxxxxxxxxxx) (int *,
6                                                  unsigned *,
7                                                  char,
8                                                  float *);
9
10 void
11 test(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 }