]> andersk Git - splint.git/blame - test/csyntax15.c
Pushed back constraintResolve.c to the previous version.
[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 1.511426 seconds and 5 git commands to generate.