[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / clang / test / CodeGen / 2004-06-18-VariableLengthArrayOfStructures.c
blobabf78fb0955660c6061222b33f5c2e9436092646
1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
4 struct S { };
6 int xxxx(int a) {
7 struct S comps[a];
8 comps[0];