summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/static-forward-decl.c
blob: f12c22fb41af74c508a4fc3ef2d08dc16cc2e9a5 (plain)
1
2
3
4
5
// RUN: clang-cc %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep "global i32 10"

static int i;
int*j=&i;
static int i = 10;
OpenPOWER on IntegriCloud