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