aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/tentative-array.c
blob: 6879d0f07d74a6ba5016ab8d41bb95c3e701522a (plain)
1
2
3
4
// RUN: clang-cc -emit-llvm < %s -triple=i686-apple-darwin9 | grep "global \[1 x i32\]"

int r[];
int (*a)[] = &r;