freebsd-dev/test/Parser/cxx-bool.cpp
2009-06-02 17:58:47 +00:00

5 lines
66 B
C++

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