diff options
Diffstat (limited to 'test/CodeGen/whilestmt.c')
-rw-r--r-- | test/CodeGen/whilestmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/whilestmt.c b/test/CodeGen/whilestmt.c index 8ded265d0c..c7f8de8a52 100644 --- a/test/CodeGen/whilestmt.c +++ b/test/CodeGen/whilestmt.c @@ -1,4 +1,4 @@ -// RUN: clang %s -emit-llvm +// RUN: clang %s -emit-llvm -o %t int bar(); int foo() { |