9 lines
95 B
LLVM
9 lines
95 B
LLVM
|
define linkonce_odr void @g() {
|
||
|
ret void
|
||
|
}
|
||
|
|
||
|
define void @f() {
|
||
|
call void @g()
|
||
|
ret void
|
||
|
}
|