summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_cmt_cpp_region.cpp
blob: b70ef6b1835155ce8ea8b8fe167ef095f07b3cc8 (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