]> andersk Git - splint.git/blob - test/void.c
os2/makeos2.cmd: also make in ../lib with `-o' option.
[splint.git] / test / void.c
1 typedef void VOID;
2
3 int f (VOID)
4 {
5   f();
6   return 3;
7 }
This page took 0.169527 seconds and 5 git commands to generate.