summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30857-sp_cmt_cpp_region.cpp
blob: 29f75936bc421347852e04295123ec4b5a1a0ac3 (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