summaryrefslogtreecommitdiff
path: root/test/CFrontend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-15 15:52:03 +0000
committerChris Lattner <sabre@nondot.org>2002-12-15 15:52:03 +0000
commitb65184e1eaaca2b2985a2723ecccdf617f1b788b (patch)
tree5e9377b76f099f1fd3064be4fedae4a246724334 /test/CFrontend
parent71c83728b4940379ce969297bca99fd16f8e16ac (diff)
downloadllvm-b65184e1eaaca2b2985a2723ecccdf617f1b788b.tar.gz
llvm-b65184e1eaaca2b2985a2723ecccdf617f1b788b.tar.bz2
llvm-b65184e1eaaca2b2985a2723ecccdf617f1b788b.tar.xz
Testcase identified by Brian Gaeke that breaks the C frontend...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend')
-rw-r--r--test/CFrontend/2002-12-15-GlobalBoolTest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CFrontend/2002-12-15-GlobalBoolTest.c b/test/CFrontend/2002-12-15-GlobalBoolTest.c
new file mode 100644
index 0000000000..5d529dccd0
--- /dev/null
+++ b/test/CFrontend/2002-12-15-GlobalBoolTest.c
@@ -0,0 +1,3 @@
+
+_Bool X = 0;
+