blob: 8e0825cb6c826731be886366d66dbbdba28a91d9 [file] [log] [blame]
Eli Friedman6f7e2ee2008-05-27 04:58:01 +00001// RUN: clang %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep "global i32 10"
2
3static int i;
4int*j=&i;
5static int i = 10;