diff options
Diffstat (limited to 'test/CodeGen/struct-init.c')
-rw-r--r-- | test/CodeGen/struct-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/struct-init.c b/test/CodeGen/struct-init.c index 02cbee06b0..ab14a1dc1d 100644 --- a/test/CodeGen/struct-init.c +++ b/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 { |