cxx-bool.cpp 68 B

1234
  1. // RUN: %clang_cc1 -fsyntax-only %s
  2. bool a = true;
  3. bool b = false;