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