DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / delete_function.c
12345678910111213
int first () { return 0; } int foo() { a(); a(); a(); } int last () { return 0; }