1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/CodeGen/Generic/global-ret0.ll
2009-09-09 00:09:15 +00:00

9 lines
169 B
LLVM

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