]> andersk Git - splint.git/blob - test/moduncon.c
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[splint.git] / test / moduncon.c
1 int *mmod (int *);
2 int *umod (int *);
3
4 int f (int *x)
5 {
6   (void) umod (mmod (umod (x)));
7   return *x;
8 }
9
10 int g (int *x) /*@*/
11 {
12   (void) umod (x);
13   (void) umod (mmod (umod (x)));
14   return *x;
15 }
This page took 0.096439 seconds and 5 git commands to generate.