]> andersk Git - splint.git/blame - test/commentchar.c
noexpand always false.
[splint.git] / test / commentchar.c
CommitLineData
885824d3 1int f (void) /*#modifies x#*/;
2
3/*#-commentchar %#*/
4
5/*@ignore@*/
6int x = 'c'; /* not ignored */
7/*@end@*/
8
9/*%ignore%*/
10int x = 'c'; /* is ignored */
11/*%end%*/
12
13/*%-commentchar @%*/
14/*@-commentchar5*/
15/*@=commentchar*/
This page took 0.052174 seconds and 5 git commands to generate.