Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
82487e1ac38c3a8edee6877b3e2f873cd4c645c2
/
.
/
clang
/
test
/
Parser
/
cxx-bool.cpp
blob: 623dcb2887e85fd043e7a39407b130c6c27d3011 [
file
] [
log
] [
blame
]
Bill Wendling
82487e1
2007-02-13 01:52:09 +0000
[
diff
] [
blame^
]
1
// RUN: clang -fsyntax-only %s
2
3
bool
a
=
true
;
4
bool
b
=
false
;