summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33215-Issue_3055.cpp
blob: d23a0d5652c146fd55c13ce7a0b3c4bcf5312afa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef ABC
#define ABC

#ifdef XYZ1
extern "C" {
#endif

#ifdef XYZ2
}
#endif

#endif