Files
Android11/external/clang/test/Parser/cxx-bool.cpp
2023-10-13 14:01:41 +00:00

5 lines
68 B
C++

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