Don't try calling lsl when file is missing.
[splint-patched.git] / test / csyntax15.c
blob5b9b2ace22f0572d2c88d8f2f7eead7d0f0aa25c
1 int (f)(int x);
3 int g()
5 return f(3);
8 int f(int x)
10 return x;