Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
528473335419f072f6eff25a4af07925c1692121
/
.
/
test
/
CodeGen
/
static-forward-decl.c
blob: 8e0825cb6c826731be886366d66dbbdba28a91d9 [
file
] [
log
] [
blame
]
// RUN: clang %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep "global i32 10"
static
int
i
;
int
*
j
=&
i
;
static
int
i
=
10
;