llvm-6502/test/CFrontend/2005-07-26-UnionInitCrash.c

4 lines
104 B
C
Raw Normal View History

// PR607
// RUN: %llvmgcc %s -S -o -
union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};