summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30200-bug_1862.cpp
blob: c5357c862f6b11d793016205d562a8a5eead3e2e (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