Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
Linker
/
Inputs
/
comdat11.ll
blob: 5b7f74cf0b246f8f242dd570e0d052121a326ce4 [
file
] [
log
] [
blame
]
$
foo
=
comdat
any
@foo
=
global
i8
1
,
comdat
define
void
@zed
()
{
call
void
@bar
()
ret
void
}
define
void
@bar
()
comdat
(
$
foo
)
{
ret
void
}