Some consistency changes to library & headers flags.
[splint-patched.git] / test / commentchar.c
bloba9face3ecfd55e20d7da6002df272cc415be36eb
1 int f (void) /*#modifies x#*/;
3 /*#-commentchar %#*/
5 /*@ignore@*/
6 int x = 'c'; /* not ignored */
7 /*@end@*/
9 /*%ignore%*/
10 int x = 'c'; /* is ignored */
11 /*%end%*/
13 /*%-commentchar @%*/
14 /*@-commentchar5*/
15 /*@=commentchar*/