blob: 2755d264b3e32f610661653043b195472c35baf4 [file] [log] [blame]
define void @g() {
entry:
ret void
}
@analias = alias void (...), bitcast (void ()* @aliasee to void (...)*)
define void @aliasee() {
entry:
ret void
}