blob: 65c3bb6116465e8ad23c2a4a91a9fff0e41e5e11 [file] [log] [blame]
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
define void @g() {
entry:
ret void
}
@analias = alias void (...), bitcast (void ()* @aliasee to void (...)*)
define void @aliasee() {
entry:
ret void
}