summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/30856-sp_cmt_cpp_region.cpp
blob: dc9e4160ac515530549f452dedf842dde6a00afd (plain)
1
2
3
4
5
6
7
8
9
// BEGIN real region

int foo()
{
	int x = 0; //BEGIN not-region
	return x; //END not-region
}

// END real region