xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Parser
/
cxx-bool.cpp
(revision 052d95a6)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: %clang_cc1 -fsyntax-only %s
2
3
bool
a
=
true
;
4
bool
b
=
false
;
5