Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c216edbcc760e7b2dc7cb652f179f96b0bcde17c
/
.
/
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
;