Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
Linker
/
Inputs
/
PR8300.b.ll
blob: ce17f5f0dbe1566b5b0c13f359f77e68501b0d5f [
file
] [
log
] [
blame
]
%foo
=
type
{
[
8
x
i8
]
}
%bar
=
type
{
[
9
x
i8
]
}
@zed
=
alias
void
(
%foo
*),
bitcast
(
void
(
%bar
*)*
@xyz
to
void
(
%foo
*)*)
define
void
@xyz
(
%bar
*
%this
)
{
entry
:
ret
void
}