]> andersk Git - splint.git/blame - test/tests2.4/main.c
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / tests2.4 / main.c
CommitLineData
80ee600a 1#include <dstdioasdf.h>
2/* #include <malloc.h> */
3
4main()
5{
6 int *p = (int *)malloc(sizeof(int));
7 int *j;
8 *j = 1;
9 printf("Hello");
10}
This page took 0.172126 seconds and 5 git commands to generate.