blob: f12c22fb41af74c508a4fc3ef2d08dc16cc2e9a5 [file] [log] [blame]
Daniel Dunbarffd408a2009-03-24 02:24:46 +00001// RUN: clang-cc %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep "global i32 10"
Eli Friedmana4d4e2f2008-05-27 04:58:01 +00002
3static int i;
4int*j=&i;
5static int i = 10;