# include "immutable.h"

void testimmutable (void)
{
  immutable i1 = immutable_create (3);
  immutable_print (i1);
}


syntax highlighted by Code2HTML, v. 0.9.1