]> andersk Git - splint.git/blame - test/moduncon.c
In response to [ 689702 ] Missing C99 __func__ predefined identifier
[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.460484 seconds and 5 git commands to generate.