brintos

brintos / llvm-project-archived public Read only

0
0
Text · 277 B · b639734 Raw
12 lines · c
1// RUN: %clang_cc1 -triple=i686-apple-darwin9 -emit-llvm -o - %s | FileCheck %s2 3struct et7 {4  float lv7[0];5  char mv7:6;6} yv7 = {7  {}, 8  52, 9};10 11// CHECK: @yv7 ={{.*}} global { [0 x float], i8, [3 x i8] } { [0 x float] zeroinitializer, i8 52, [3 x i8] zeroinitializer }12