]> andersk Git - splint.git/blame - test/tests2.5/testimmutable.c
Meaningless changes made to test cvs.
[splint.git] / test / tests2.5 / testimmutable.c
CommitLineData
80ee600a 1# include "immutable.h"
2
3void testimmutable (void)
4{
5 immutable i1 = immutable_create (3);
6 immutable_print (i1);
7}
This page took 0.101763 seconds and 5 git commands to generate.