atom-beautify/examples/nested-jsbeautifyrc/cpp/original/_test.h

11 lines
69 B
C++

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