elsecomment.0.stdout (1a36faad54665288ed4eb839d2a4699ae2ead45e) elsecomment.0.stdout (a3abcad0b7ada3ebabbab2f5074608caf0689802)
1/* $FreeBSD$ */
2/* See r303484 and r309342 */
1/* $FreeBSD$ */
2/* See r303484 and r309342 */
3void
3void
4t(void)
5{
6 if (0)
7 {
8
9 } /* Old indent would remove the following
10 * blank line */
11
12 /*
13 * test
14 */
15
16 if (1)
17 ;
18 else /* Old indent would get very confused here */
19 {
20
21 }
22}
4t(void)
5{
6 if (0)
7 {
8
9 } /* Old indent would remove the following
10 * blank line */
11
12 /*
13 * test
14 */
15
16 if (1)
17 ;
18 else /* Old indent would get very confused here */
19 {
20
21 }
22}