]> andersk Git - splint.git/blob - test/temp/void.c
e5c18a5db151e98b54fa564ff0cc58f5e82b346b
[splint.git] / test / temp / void.c
1 typedef void VOID;
2
3 int f (VOID)
4 {
5   f();
6   return 3;
7 }
This page took 0.042322 seconds and 3 git commands to generate.