]> andersk Git - splint.git/blame - test/mut.lcl
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[splint.git] / test / mut.lcl
CommitLineData
885824d3 1mutable type mut;
2
3only mut mut_create (void) { }
4void mut_mod (mut a) { modifies a; }
5
This page took 0.144447 seconds and 5 git commands to generate.