summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cpp/bug_1862.cpp
blob: 78958bb1510cc13381fe148693e0189fdaf9ccd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#if _MSC_VER < 1300
#define __func__    "???"
#else  /* comment 1 */
#define __func__    __FUNCTION__
#endif  /* comment 2 */

#if _MSC_VER < 1300
#define __func__    "???"
#else  // comment 1
#define __func__    __FUNCTION__
#endif  // comment 2