]> andersk Git - splint.git/blame - test/metastate/file3.c
*** empty log message ***
[splint.git] / test / metastate / file3.c
CommitLineData
80ee600a 1static void checkOpen (/*@open@*/ /*@null@*/ FILE *);
2static void checkClosed (/*@closed@*/ /*@null@*/ FILE *);
3
4int main (void)
5{
6 FILE *fle1 = fopen ("test1", "r");
7
8 if (3 > 4)
9 {
10 (void) fclose (fle1); /* possibly null */
11 } /* merge inconsistent */
12
13 return 0;
14}
15
This page took 0.044156 seconds and 5 git commands to generate.