]> andersk Git - splint.git/blob - test/csyntax15.c
Fixed manual csvoverwrite.
[splint.git] / test / csyntax15.c
1 int (f)(int x);
2
3 int g()
4 {
5   return f(3);
6 }
7
8 int f(int x)
9 {
10   return x;
11 }
This page took 0.10009 seconds and 5 git commands to generate.