brintos

brintos / llvm-project-archived public Read only

0
0
Text · 133 B · 8290379 Raw
8 lines · c
1// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null2 3union bdflush_param {4    struct { int x; } b_un;5    int y[1];6} bdf_prm = {{30}};7 8