Sign in
llvm
/
llvm-project
/
refs/heads/users/pcc/spr/codegen-introduce-machinefunctiongetpreferredalignment
/
.
/
llvm
/
test
/
Verifier
/
ref-func.ll
blob: e3cddbb5ee20f483e43f5e1f432e8430a15b1988 [
file
] [
log
] [
blame
] [
edit
]
; RUN: llvm-as < %s -o /dev/null 2>&1
@a
=
global
i32
1
@b
=
global
i32
2
@c
=
global
i32
3
,
!implicit.ref !0
define
i32
@foo
()
!implicit.ref !1
{
ret
i32
0
}
!0
=
!
{
ptr
@a
}
!1
=
!
{
ptr
@b
}