blob: 33bd800456f9974a49eb4ac8fa981fcfb7282224 [file] [log] [blame]
// RUN: %clang_cc1 -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,