]> andersk Git - splint.git/blob - test/nullret.c
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[splint.git] / test / nullret.c
1 int * f1 () { return 0; }
2
3 /*@null@*/
4 int * f2 () { return 0; }
5
6 /*@notnull@*/
7 int * f3 () { return 0; } 
This page took 0.034028 seconds and 5 git commands to generate.