mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
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
|
||
|
}
|