Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[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];