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