diff options
Diffstat (limited to 'test/CodeGen/struct-comma.c')
-rw-r--r-- | test/CodeGen/struct-comma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/struct-comma.c b/test/CodeGen/struct-comma.c index d7f50da..e5b5151 100644 --- a/test/CodeGen/struct-comma.c +++ b/test/CodeGen/struct-comma.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o - +// RUN: %clang_cc1 %s -emit-llvm -o - struct S {int a, b;} x; void a(struct S* b) {*b = (r(), x);} |