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