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

12 lines
68 B
C++

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