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