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