]> andersk Git - splint.git/blame - test/void.c
test/Makefile.os2: merged in changes from 3.0.1.6 to 3.0.1.7
[splint.git] / test / void.c
CommitLineData
80ee600a 1typedef void VOID;
2
3int f (VOID)
4{
5 f();
6 return 3;
7}
This page took 1.718023 seconds and 5 git commands to generate.