]> andersk Git - splint.git/blob - test/nullassign.c
In response to [ 689702 ] Missing C99 __func__ predefined identifier
[splint.git] / test / nullassign.c
1 int *a = 0;
2  
3 /*@null@*/ int* b = 0;
4  
5 /*@notnull@*/ int *c = 0;
This page took 1.445629 seconds and 5 git commands to generate.