Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / void.c
blobe5c18a5db151e98b54fa564ff0cc58f5e82b346b
1 typedef void VOID;
3 int f (VOID)
5 f();
6 return 3;