llvm-capstone/clang/test/Parser/cxx-bool.cpp
Bill Wendling 82487e1ac3 Testcase for bool types.
llvm-svn: 39339
2007-02-13 01:52:09 +00:00

5 lines
63 B
C++

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