]> andersk Git - splint.git/blame - test/csyntax15.c
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[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.165436 seconds and 5 git commands to generate.