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
}