1*f4a2713aSLionel Sambuc // PR607 2*f4a2713aSLionel Sambuc // RUN: %clang_cc1 %s -emit-llvm -o - 3*f4a2713aSLionel Sambuc union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0}; 4