Testcase for PR607

llvm-svn: 22519
This commit is contained in:
Chris Lattner 2005-07-26 22:08:53 +00:00
parent 1defb7fe80
commit f7100ad225
1 changed files with 3 additions and 0 deletions

View File

@ -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};