aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx-bool.cpp
blob: 623dcb2887e85fd043e7a39407b130c6c27d3011 (plain)
1
2
3
4
// RUN: clang -fsyntax-only %s

bool a = true;
bool b = false;