index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
unary-type-trait.cpp
blob: a11c67e12890958addeaea9b8f0db0ec423f33b4 (
plain
)
1
2
3
// RUN: %clang_cc1 -emit-llvm-only -verify %s
bool
a
()
{
return
__is_pod
(
int
);
}