summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/i1565.cpp
blob: 5cb66589be4d91cf0a9b73928ea7fd5c58883c97 (plain)
1
2
3
4
5
6
7
8
9
namespace ns1 {
namespace ns2 {

  #define SOME_MACRO() \
	if(true) { \
	}

}
}