1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
13 lines
194 B
C
13 lines
194 B
C
// 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,
|