summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/Issue_3055.cpp
blob: 4d66bbf3b4a0e24bc2d6d468fa797d94c7a9e3d5 (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