Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c3af6799d4c8ec4b338236e4361c0795e9af890a
/
.
/
test
/
Sema
/
ppc-bool.c
blob: 2a4303eb1d9703783bd4ddb7d697d5530f3f5ce8 [
file
] [
log
] [
blame
]
// 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
;