mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 19:17:17 +00:00
5 lines
56 B
LLVM
5 lines
56 B
LLVM
|
define internal i32 @foo(i32 %i) {
|
||
|
entry:
|
||
|
ret i32 4
|
||
|
}
|