| commit | ea285162342df160e7860e26528bc7110bc6c0cd | [log] [tgz] |
|---|---|---|
| author | Shih-wei Liao <sliao@google.com> | Fri Jun 04 12:34:56 2010 -0700 |
| committer | Shih-wei Liao <sliao@google.com> | Fri Jun 04 12:34:56 2010 -0700 |
| tree | 9e35635a40a85005cd24c1d30f017a45bc3a80d8 | |
| parent | e6c39d3a3e77c17bb9aa97be6e2e1ae2dbd654db [diff] [blame] |
Initial slang. Change-Id: I4f84a741e5fbc440cd4c251406d2b611a237f713
diff --git a/test/Parser/cxx-bool.cpp b/test/Parser/cxx-bool.cpp new file mode 100644 index 0000000..a8a161e --- /dev/null +++ b/test/Parser/cxx-bool.cpp
@@ -0,0 +1,4 @@ +// RUN: %clang_cc1 -fsyntax-only %s + +bool a = true; +bool b = false;