diff options
Diffstat (limited to 'test/Sema/static-init.c')
-rw-r--r-- | test/Sema/static-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/static-init.c b/test/Sema/static-init.c index bbf9038..a2ed551 100644 --- a/test/Sema/static-init.c +++ b/test/Sema/static-init.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s +// RUN: %clang_cc1 -fsyntax-only -verify -Wno-bool-conversion %s typedef __typeof((int*) 0 - (int*) 0) intptr_t; |