]> andersk Git - splint.git/blob - test/moduncon.c
Fixes for win32
[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.042303 seconds and 5 git commands to generate.