Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f94e215e4a67e5439d56a67bbe470c7860d4b9a6
/
.
/
test
/
CodeGen
/
tentative-array.c
blob: 71231237fafe6bb7c0eaa6264d1e688c52979555 [
file
] [
log
] [
blame
]
// RUN: clang -emit-llvm < %s -triple=i686-apple-darwin9 | grep "global \[1 x i32\]"
int
r
[];
int
(*
a
)[]
=
&
r
;