blob: 563278a9c68ec6388c00c950f0f887f3ec41d8d7 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// PR607
2// RUN: %llvmgcc %s -S -o -
3union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};