]> andersk Git - splint.git/blame_incremental - test/void.c
Fixed problem with make dist so that packages can be made and distributed.
[splint.git] / test / void.c
... / ...
CommitLineData
1typedef void VOID;
2
3int f (VOID)
4{
5 f();
6 return 3;
7}
This page took 0.033605 seconds and 5 git commands to generate.