llvm-mirror/test/CFrontend/2005-07-26-UnionInitCrash.c
2007-01-17 07:59:14 +00:00

4 lines
104 B
C

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