Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
.
/
test
/
Parser
/
cxx-bool.cpp
blob: f0b3a9f9f038264767327c82e067e9c6649ca140 [
file
] [
log
] [
blame
]
Daniel Dunbar
d7d5f02
2009-03-24 02:24:46 +0000
[
diff
] [
blame
]
1
// RUN: clang-cc -fsyntax-only %s
Reid Spencer
5f016e2
2007-07-11 17:01:13 +0000
[
diff
] [
blame
]
2
3
bool
a
=
true
;
4
bool
b
=
false
;