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

4 lines
104 B
C
Raw Normal View History

2005-07-27 06:08:53 +08:00
// PR607
// RUN: %llvmgcc %s -S -o -
union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};