Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
1266eca868fa0ac799291ed04f349c9bbd7a9469
/
.
/
test
/
Parser
/
cxx-bool.cpp
blob: f0b3a9f9f038264767327c82e067e9c6649ca140 [
file
] [
log
] [
blame
]
// RUN: clang-cc -fsyntax-only %s
bool
a
=
true
;
bool
b
=
false
;