summaryrefslogtreecommitdiff
path: root/test/FrontendC/2005-07-26-UnionInitCrash.c
blob: 563278a9c68ec6388c00c950f0f887f3ec41d8d7 (plain)
1
2
3
// PR607
// RUN: %llvmgcc %s -S -o -
union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};