]> andersk Git - splint.git/blob - test/nullassign.c
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[splint.git] / test / nullassign.c
1 int *a = 0;
2  
3 /*@null@*/ int* b = 0;
4  
5 /*@notnull@*/ int *c = 0;
This page took 0.037499 seconds and 5 git commands to generate.