Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
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
}