DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / void.res
123456789101112131415
int xbar(void) { return; } int foo(void) { return; } // this is some info about bar int bar(void) { return; } int foo(void) { return; }