]> andersk Git - splint.git/blob - test/tests2.4/ric.c
Pushed back constraintResolve.c to the previous version.
[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 3.141827 seconds and 5 git commands to generate.