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

5 lines
112 B
C

// RUN: clang -emit-llvm < %s -triple=i686-apple-darwin9 | grep "global \[1 x i32\]"
int r[];
int (*a)[] = &r;