DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / cpptests / destructor_constructor_parse.cpp
12345678910
struct A { public: A(){0;} ~A(){0;} void a(){0;} }; int main(){ A a; 0; }