repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some consistency changes to library & headers flags.
[splint-patched.git]
/
test
/
commentchar.c
blob
a9face3ecfd55e20d7da6002df272cc415be36eb
1
int
f
(
void
)
/*#modifies x#*/
;
2
3
/*#-commentchar %#*/
4
5
/*@ignore@*/
6
int
x
=
'c'
;
/* not ignored */
7
/*@end@*/
8
9
/*%ignore%*/
10
int
x
=
'c'
;
/* is ignored */
11
/*%end%*/
12
13
/*%-commentchar @%*/
14
/*@-commentchar5*/
15
/*@=commentchar*/