repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Sema
/
ppc-bool.c
blob
2a4303eb1d9703783bd4ddb7d697d5530f3f5ce8
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
;