Sign in
llvm
/
clang
/
337cba4b3e17b98cfa512dfd12e57f4ccb0859be
/
.
/
test
/
Parser
/
cxx-bool.cpp
blob: f0b3a9f9f038264767327c82e067e9c6649ca140 [
file
] [
log
] [
blame
]
// RUN: clang-cc -fsyntax-only %s
bool
a
=
true
;
bool
b
=
false
;