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
/
Parser
/
cxx-bool.cpp
blob: 623dcb2887e85fd043e7a39407b130c6c27d3011 (
plain
)
1
2
3
4
// RUN: clang -fsyntax-only %s
bool
a
=
true
;
bool
b
=
false
;