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

SubClass2()
	: SuperClass()
{
}
};