diff options
-rw-r--r-- | test/Sema/stmt_exprs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/stmt_exprs.c b/test/Sema/stmt_exprs.c index 34186a8d5c..8165cf03aa 100644 --- a/test/Sema/stmt_exprs.c +++ b/test/Sema/stmt_exprs.c @@ -1,4 +1,4 @@ -// clang %s -fsyntax-only +// RUN: clang %s -fsyntax-only typedef unsigned __uint32_t; |