hanchenye-llvm-project/clang/test/Parser/cxx-bool.cpp

5 lines
66 B
C++

// RUN: clang-cc -fsyntax-only %s
bool a = true;
bool b = false;