]> andersk Git - splint.git/blob - test/tests2.4/flagequal.c
noexpand always false.
[splint.git] / test / tests2.4 / flagequal.c
1 int f (void) {
2   /*@-type@*/
3   int x1 = 'a';
4   /*@=type@*/
5   int x2 = 'b';
6 }
7     
This page took 0.22734 seconds and 5 git commands to generate.