1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple powerpc-apple-macosx10.4.0 -verify -fsyntax-only %s 2*f4a2713aSLionel Sambuc // expected-no-diagnostics 3*f4a2713aSLionel Sambuc extern __typeof(+(_Bool)0) should_be_int; 4*f4a2713aSLionel Sambuc extern int should_be_int; 5