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