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: f0b3a9f9f038264767327c82e067e9c6649ca140 (
plain
)
1
2
3
4
// RUN: clang-cc -fsyntax-only %s
bool
a
=
true
;
bool
b
=
false
;