Fix the clang-wpa example.
[clang.git] / test / Parser / cxx-bool.cpp
bloba8a161edb105b5f54258fc11f2ca3f68a646ce8f
1 // RUN: %clang_cc1 -fsyntax-only %s
3 bool a = true;
4 bool b = false;