blob: 423c9d53e9df8ca68725d4332caedec187fc3c1c [file] [log] [blame]
Rafael Espindola15ca14c2016-04-21 14:56:33 +00001define void @f2() {
2 call void @f3()
3 ret void
4}
5
6define void @f3() {
7 ret void
8}