DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-7 / 1%3A7.0.1-8 / clang / test / CodeGen / 2004-06-18-VariableLengthArrayOfStructures.c
12345678910
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null struct S { }; int xxxx(int a) { struct S comps[a]; comps[0]; }