Home | History | Annotate | Download | only in Sema
      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