xref
: /
external
/
clang
/
test
/
Parser
/
cxx-bool.cpp
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