]> andersk Git - splint.git/blob - test/tests2.4/ric.c
Fixes for win32
[splint.git] / test / tests2.4 / ric.c
1 #include <stdio.h>
2
3 static void foo() {printf("%s()\n",__PRETTY_FUNCTION__);}
4
5 int main()
6 {
7   if(bar() == 0)
8     printf("%s()\n",__PRETTY_FUNCTION__);
9   return 0;
10 }
This page took 0.043243 seconds and 5 git commands to generate.