DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / cpptests / destructor_constructor_parse_smpl.cocci
123456789
#spatch --c++ @@ @@ struct A { - public: - A(){} - ~A(){} - void a(){} };