blob: 71231237fafe6bb7c0eaa6264d1e688c52979555 [file] [log] [blame]
Eli Friedmancd5f4aa2008-05-30 20:39:54 +00001// RUN: clang -emit-llvm < %s -triple=i686-apple-darwin9 | grep "global \[1 x i32\]"
2
3int r[];
4int (*a)[] = &r;