Testcase for PR607
authorChris Lattner <sabre@nondot.org>
Tue, 26 Jul 2005 22:08:53 +0000 (22:08 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 26 Jul 2005 22:08:53 +0000 (22:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22519 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2005-07-26-UnionInitCrash.c [new file with mode: 0644]

diff --git a/test/CFrontend/2005-07-26-UnionInitCrash.c b/test/CFrontend/2005-07-26-UnionInitCrash.c
new file mode 100644 (file)
index 0000000..563278a
--- /dev/null
@@ -0,0 +1,3 @@
+// PR607
+// RUN: %llvmgcc %s -S -o -
+union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};