llvm-project/clang/test/CodeGen/array.c

7 lines
63 B
C
Raw Normal View History

// RUN: clang -emit-llvm %s
int f() {
int a[2];
a[0] = 0;
}