diff options
-rw-r--r-- | test/Analysis/stream.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Analysis/stream.c b/test/Analysis/stream.c index 12f10d2916..73bbc13cfb 100644 --- a/test/Analysis/stream.c +++ b/test/Analysis/stream.c @@ -73,3 +73,7 @@ FILE *f9(void) { else return 0; } + +void pr7831(FILE *fp) { + fclose(fp); // no-warning +} |