diff options
Diffstat (limited to 'clang/test/CodeGen/struct-init.c')
-rw-r--r-- | clang/test/CodeGen/struct-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/struct-init.c b/clang/test/CodeGen/struct-init.c index 7d9d7082a76..a38442b1a88 100644 --- a/clang/test/CodeGen/struct-init.c +++ b/clang/test/CodeGen/struct-init.c @@ -1,4 +1,4 @@ -// RUN: clang %s -emit-llvm -o - +// RUN: clang-cc %s -emit-llvm -o - typedef struct _zend_ini_entry zend_ini_entry; struct _zend_ini_entry { |