summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/34501-sp_endif_cmt.cpp
blob: 9e5b2db8728abc8cfd6be082ebd4ee8b0b968fc5 (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