llvm-project/llvm/test/Regression/CFrontend/2004-06-18-VariableLengthAr...

9 lines
70 B
C

struct S { };
int xxxx(int a) {
struct S comps[a];
comps[0];
}