]> andersk Git - splint.git/blob - test/mut.lcl
Changed makefile to include line information in generated yacc/bison code (as I had...
[splint.git] / test / mut.lcl
1 mutable type mut;
2
3 only mut mut_create (void) { } 
4 void mut_mod (mut a) { modifies a; } 
5
This page took 0.051148 seconds and 5 git commands to generate.