xref: /llvm-project/clang/test/Sema/ppc-bool.c (revision 6745c3b732d1013b2c9aca55ec5ed028528a00eb)
1 // RUN: %clang_cc1 -triple powerpc-apple-macosx10.4.0 -verify -fsyntax-only %s
2 // expected-no-diagnostics
3 extern __typeof(+(_Bool)0) should_be_int;
4 extern int should_be_int;
5