Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
cd5f4aaf0c219189878126d556f35e38fdb8afa1
/
.
/
test
/
CodeGen
/
tentative-array.c
blob: 71231237fafe6bb7c0eaa6264d1e688c52979555 [
file
] [
log
] [
blame
]
Eli Friedman
cd5f4aa
2008-05-30 20:39:54 +0000
[
diff
] [
blame^
]
1
// RUN: clang -emit-llvm < %s -triple=i686-apple-darwin9 | grep "global \[1 x i32\]"
2
3
int
r
[];
4
int
(*
a
)[]
=
&
r
;