blob: 78586fa6a46155b31e729c7f899e2c0e79ff8bd4 [file] [log] [blame]
; RUN: llc < %s
@g = global i32 0 ; <ptr> [#uses=1]
define i32 @main() {
%h = load i32, ptr @g ; <i32> [#uses=1]
ret i32 %h
}