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