diff options
Diffstat (limited to 'test/Sema/ppc-bool.c')
-rw-r--r-- | test/Sema/ppc-bool.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Sema/ppc-bool.c b/test/Sema/ppc-bool.c new file mode 100644 index 0000000..2a4303e --- /dev/null +++ b/test/Sema/ppc-bool.c @@ -0,0 +1,4 @@ +// RUN: %clang_cc1 -triple powerpc-apple-macosx10.4.0 -verify -fsyntax-only %s +// expected-no-diagnostics +extern __typeof(+(_Bool)0) should_be_int; +extern int should_be_int; |