DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / cpptests / try_catch.res
123456
int main() { int i; try { } catch (int e) { } }