DEBSOURCES
Skip Quicknav
sources / splint / 3.1.2.dfsg1-4 / test / csyntax15.c
1234567891011
int (f)(int x); int g() { return f(3); } int f(int x) { return x; }