xref: /llvm-project/clang/test/CodeGen/2005-07-26-UnionInitCrash.c (revision 85e5156598b1bbad0ae41cf4d0d5b845dd655ffd)
1 // PR607
2 // RUN: %clang_cc1 %s -emit-llvm -o -
3 union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};
4