summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2004-06-18-VariableLengthArrayOfStructures.c
blob: e474a13b37f028a209f5440f29787a00da11d42d (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null


struct S { };

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

OpenPOWER on IntegriCloud