summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/c/pp-nest.c
blob: b602471bae2ce65fcd4dde571f91961f13a7f246 (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()
{
}