repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix the clang-wpa example.
[clang.git]
/
test
/
CodeGenCXX
/
unary-type-trait.cpp
blob
a11c67e12890958addeaea9b8f0db0ec423f33b4
1
// RUN: %clang_cc1 -emit-llvm-only -verify %s
2
3
bool
a
() {
return
__is_pod
(
int
); }