diff options
Diffstat (limited to 'test/CodeGen/cast.c')
-rw-r--r-- | test/CodeGen/cast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/cast.c b/test/CodeGen/cast.c index dfd9bb87c3..00dd4c880d 100644 --- a/test/CodeGen/cast.c +++ b/test/CodeGen/cast.c @@ -1,4 +1,4 @@ -// RUN: clang %s -emit-llvm +// RUN: clang %s -emit-llvm -o %t extern void go(const void *p); float v[2] = { 0.0, 1.0 }; |