1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep "global i32 10" 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc static int i; 4*f4a2713aSLionel Sambuc int*j=&i; 5*f4a2713aSLionel Sambuc static int i = 10; 6