summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2668.cpp
blob: 1e2f5d023902176abc93d705e31c8c05285a5c7f (plain)
1
2
3
4
5
6
7
8
9
class SubClass2 : public SuperClass
{
bool variable;
int abcde;
SubClass2()
        : SuperClass()
{
}
};