summaryrefslogtreecommitdiffstats
path: root/src/tools/pg_bsd_indent/tests/cppelsecom.0.stdout
blob: 047fc3d95168c8f72672c1cd5f315ac85ffbc0e7 (plain)
1
2
3
4
5
6
7
#if 1				/* if */

#elif defined(test)		/* elif */

#else /* else */

#endif /* endif */