]> andersk Git - splint.git/blob - test/manual/ignore.c
Fixes for win32
[splint.git] / test / manual / ignore.c
1 extern int fi (void);
2 extern bool fb (void);
3 extern int /*@alt void@*/ 
4   fv (void);
5
6 int ignore (void)
7 {
8   fi ();                
9   (void) fi ();
10   fb ();
11   fv ();
12   return fv ();
13 }
This page took 0.039759 seconds and 5 git commands to generate.