]> andersk Git - splint.git/blame - test/macrosef.c
Fixed manual csvoverwrite.
[splint.git] / test / macrosef.c
CommitLineData
885824d3 1int f(/*@sef@*/ int x, int y);
2# define f(x,y) ((x) + (x) + (y) + (y)) /* 1. */
3
4int g (int *p)
5{
6 *p++;
7 return *p;
8}
9
10int m (int *p)
11{
12 int x = f ((printf ("yo\n"), 3), g(p));
13
14 return (f (g (p), x));
15}
This page took 0.103211 seconds and 5 git commands to generate.