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