atom-beautify/examples/nested-jsbeautifyrc/cpp/expected/test.h

11 lines
71 B
C++

class Example
{
Example()
: member(0)
{}
int member;
};