]> andersk Git - splint.git/blame - test/csyntax14.c
noexpand always false.
[splint.git] / test / csyntax14.c
CommitLineData
885824d3 1typedef int atom;
2
3typedef struct atomrep {
4 atom atom;
5 struct atomrep *link;
6} atomrep;
7
8int f()
9{
10/*@-varuse -noreturn*/
11 atomrep * x = (atomrep *) 0;
12}
This page took 0.188227 seconds and 5 git commands to generate.