]> andersk Git - splint.git/blame - test/temp/onlyret.c
Removed stray files in test
[splint.git] / test / temp / onlyret.c
CommitLineData
80ee600a 1int f (void)
2{
3 char *s;
4
5 s = malloc (sizeof (char));
6
7 if (s == NULL)
8 {
9 return 0;
10 }
11
12
13 return 1;
14}
15
This page took 0.061374 seconds and 5 git commands to generate.