Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
CodeGen
/
Generic
/
global-ret0.ll
blob: a2a24b06127b59e2e471e08ee013a5002965ae86 [
file
] [
log
] [
blame
]
; RUN: llc < %s
@g
=
global
i32
0
; <i32*> [#uses=1]
define
i32
@main
()
{
%h
=
load
i32
,
i32
*
@g
; <i32> [#uses=1]
ret
i32
%h
}