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