mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
5 lines
47 B
LLVM
5 lines
47 B
LLVM
|
define i32 @foo(i32 %i) {
|
||
|
entry:
|
||
|
ret i32 4
|
||
|
}
|