diff options
Diffstat (limited to 'test/CodeGen/extern-block-var.c')
-rw-r--r-- | test/CodeGen/extern-block-var.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/extern-block-var.c b/test/CodeGen/extern-block-var.c index e8de3e7..329f109 100644 --- a/test/CodeGen/extern-block-var.c +++ b/test/CodeGen/extern-block-var.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o %t +// RUN: %clang_cc1 %s -emit-llvm -o %t int f() { extern int a; |