blob: 3e450a4b936660f98cdbe305ee256b737c750869 [file] [log] [blame]
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
struct S { };
int xxxx(int a) {
struct S comps[a];
comps[0];
}