Some consistency changes to library & headers flags.
[splint-patched.git] / test / nullassign.c
blobba087e6e633bca5ecdb362a5f462049b33da0373
1 int *a = 0;
3 /*@null@*/ int* b = 0;
5 /*@notnull@*/ int *c = 0;