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 02cbee06b0c..ab14a1dc1d4 100644 --- a/clang/test/CodeGen/struct-init.c +++ b/clang/test/CodeGen/struct-init.c @@ -1,4 +1,4 @@ -// RUN: clang %s -emit-llvm +// RUN: clang %s -emit-llvm -o %t typedef struct _zend_ini_entry zend_ini_entry; struct _zend_ini_entry { |