]> andersk Git - splint.git/blob - test/tests2.5/testimmutable.c
Improved tracking of state change locations. Added +showdeephistory
[splint.git] / test / tests2.5 / testimmutable.c
1 # include "immutable.h"
2
3 void testimmutable (void)
4 {
5   immutable i1 = immutable_create (3);
6   immutable_print (i1);
7 }
This page took 0.038985 seconds and 5 git commands to generate.