Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
07d94e35293d6c6e0d028b51f1dd343259ad7edb
/
.
/
clang
/
test
/
Parser
/
cxx-bool.cpp
blob: a8a161edb105b5f54258fc11f2ca3f68a646ce8f [
file
] [
log
] [
blame
]
Daniel Dunbar
8fbe78f
2009-12-15 20:14:24 +0000
[
diff
] [
blame
]
1
// RUN: %clang_cc1 -fsyntax-only %s
Bill Wendling
82487e1
2007-02-13 01:52:09 +0000
[
diff
] [
blame
]
2
3
bool
a
=
true
;
4
bool
b
=
false
;