summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/c/00615-pp-nest.c
blob: 5e99a1d0b07e9129c04cd84759ad247cc848d5d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#if AA
int foo() {
#  if BB
#  else
#    if CC
#    else
#    endif
#  endif
}
#endif

int bar()
{
}