1 ; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 | grep non_lazy_ptr
2 ; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 | grep long
3 ; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 | grep comm
5 @x = common hidden global i32 0 ; <i32*> [#uses=1]
7 define i32 @t() nounwind readonly {
9 %0 = load i32* @x, align 4 ; <i32> [#uses=1]