| commit | 85e5156598b1bbad0ae41cf4d0d5b845dd655ffd | [log] [tgz] |
|---|---|---|
| author | Eric Christopher <echristo@apple.com> | Tue Jul 26 22:17:02 2011 +0000 |
| committer | Eric Christopher <echristo@apple.com> | Tue Jul 26 22:17:02 2011 +0000 |
| tree | 8e736c3910a6382135cfa8b92e760e6e64a72ac3 | |
| parent | 2dfed48caea09e0654b33a76cd9ff501c00ff7ec [diff] [blame] |
Migrate most of the rest of test/FrontendC from llvm and migrate most of them to FileCheck. llvm-svn: 136159
diff --git a/clang/test/CodeGen/2002-12-15-GlobalBoolTest.c b/clang/test/CodeGen/2002-12-15-GlobalBoolTest.c new file mode 100644 index 0000000..3c4133f --- /dev/null +++ b/clang/test/CodeGen/2002-12-15-GlobalBoolTest.c
@@ -0,0 +1,5 @@ +// RUN: %clang_cc1 -emit-llvm %s -o /dev/null + + +_Bool X = 0; +