]> andersk Git - splint.git/blob - test/tests2.4/main.c
Fixed problem with comman line redefinitions (no filename).
[splint.git] / test / tests2.4 / main.c
1 #include <dstdioasdf.h>
2 /* #include <malloc.h> */
3
4 main()
5 {
6   int *p = (int *)malloc(sizeof(int)); 
7   int *j;
8   *j = 1;
9   printf("Hello");
10 }
This page took 0.03747 seconds and 5 git commands to generate.