]> andersk Git - splint.git/blame - test/flags.c
noexpand always false.
[splint.git] / test / flags.c
CommitLineData
885824d3 1int x = 'c';
2
3/*@-linelen 25@*/
4
5int y = 'c';
6
7/*@+linelen 13@*/
8/*@+internalnamelen 2@*/
9
10int xx1;
11int xx2;
12
13/*@=linelen 25@*/
14/*@-linelen 70@*/
15/*@-dump asdf@*/
16/*@-macrovarprefix@*/
17/*@-macrovarprefix @*/
18/*@-linelen asdf@*/
This page took 0.115545 seconds and 5 git commands to generate.