Sign in
llvm
/
llvm
/
8924ea3d57d5fdfc11ce7562c3eaf0ce127ebc86
/
.
/
test
/
Linker
/
Inputs
/
type-unique-unrelated3.ll
blob: e3f2dd944dd0934cdf135ce5898d83a6ad490832 [
file
] [
log
] [
blame
]
%t
=
type
{
i8
*
}
declare
%t @f
()
define
%t @g
()
{
%x
=
call
%t @f
()
ret
%t %x
}