diff options
-rw-r--r-- | test/CodeGen/statements.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/statements.c b/test/CodeGen/statements.c index 1d4f633f61..522b22dc1c 100644 --- a/test/CodeGen/statements.c +++ b/test/CodeGen/statements.c @@ -1,3 +1,4 @@ +// RUN: rm -f %S/statements.ll // RUN: %clang_cc1 -Wreturn-type %s -emit-llvm-only void test1(int x) { |