blob: 348ea75ea29561f1205b197a5e86ef8b23b8a7a6 [file] [log] [blame]
// RUN: clang-cc -triple=i686-apple-darwin9 --emit-llvm -o - %s | FileCheck %s
struct et7 {
float lv7[0];
char mv7:6;
} yv7 = {
{},
52,
};
// CHECK: @yv7 = global
// CHECK: i8 52,