]> andersk Git - splint.git/blame - test/metastate/struct.c
noexpand always false.
[splint.git] / test / metastate / struct.c
CommitLineData
80ee600a 1typedef struct
2{
3 /*@only@*/ /*@open@*/ FILE *file;
4} *source;
80ee600a 5
6void source_badClose (source s)
7{
8 // free (s->file);
9 (void) fclose (s->file);
b072092f 10} /* error - scope exits with file closed */
This page took 0.075027 seconds and 5 git commands to generate.