]> andersk Git - splint.git/blame - test/moduncon.c
Removed if statement with constant results
[splint.git] / test / moduncon.c
CommitLineData
885824d3 1int *mmod (int *);
2int *umod (int *);
3
4int f (int *x)
5{
6 (void) umod (mmod (umod (x)));
7 return *x;
8}
9
10int g (int *x) /*@*/
11{
12 (void) umod (x);
13 (void) umod (mmod (umod (x)));
14 return *x;
15}
This page took 0.073772 seconds and 5 git commands to generate.