summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/unsupported.c
blob: 2c87163fc0453690ada51290678859355d60b4b6 (plain)
1
2
3
4
5
6
// RUN: clang -verify -emit-llvm -o %t %s 

int f0(int x) {
  int vla[x]; // expected-error {{cannot codegen this variable-length array yet}}
  return vla[x-1];
}
OpenPOWER on IntegriCloud