blob: 423c9d53e9df8ca68725d4332caedec187fc3c1c [file] [log] [blame]
define void @f2() {
call void @f3()
ret void
}
define void @f3() {
ret void
}