]> andersk Git - splint.git/blob - test/metastate/file7.c
Fixed problem with comman line redefinitions (no filename).
[splint.git] / test / metastate / file7.c
1 void *msg;
2
3 int f (void *p)
4 {
5   return 3;
6 }
7
8 int g ()
9 {
10   msg = malloc (sizeof (*msg));
11
12   return f (msg);
13 }
This page took 0.182504 seconds and 5 git commands to generate.