Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4f1d1551ed48e2ac52f5614ba8f94e2931546b51
/
.
/
test
/
Sema
/
ppc-bool.c
blob: 2a4303eb1d9703783bd4ddb7d697d5530f3f5ce8 [
file
] [
log
] [
blame
]
Eli Friedman
5b64e77
2012-11-15 01:21:59 +0000
[
diff
] [
blame
]
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
;