summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/30065-Example.h
blob: 1a868d1093c353f7c00236256ffc6bf2814561fd (plain)
1
2
3
4
5
6
7
8
9
10
11
class Example
{

Example()
   : member(0)
{
}

int member;

};