]> andersk Git - splint.git/blame - test/glob.lcl
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[splint.git] / test / glob.lcl
CommitLineData
885824d3 1int x, y, z;
2
3int useGlob (int a) int x, y, z;
4{
5 ensures true;
6}
7
8int dontuseGlob (int a)
9{
10 ensures true;
11}
12
13int callsUseGlob (int a) int x;
14{
15 ensures true;
16}
This page took 0.067036 seconds and 5 git commands to generate.