diff options
Diffstat (limited to 'test/Sema/expr-comma.c')
-rw-r--r-- | test/Sema/expr-comma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Sema/expr-comma.c b/test/Sema/expr-comma.c index 6407986..3a05130 100644 --- a/test/Sema/expr-comma.c +++ b/test/Sema/expr-comma.c @@ -1,7 +1,6 @@ // RUN: clang-cc %s -fsyntax-only -verify -std=c89 // rdar://6095180 -#include <assert.h> struct s { char c[17]; }; extern struct s foo(void); |