hanchenye-llvm-project/llvm/test/CodeGen/Generic/global-ret0.ll

9 lines
179 B
LLVM

; RUN: llvm-as < %s | llc
@g = global i32 0 ; <i32*> [#uses=1]
define i32 @main() {
%h = load i32* @g ; <i32> [#uses=1]
ret i32 %h
}