5 lines
47 B
LLVM
5 lines
47 B
LLVM
|
define i32 @foo(i32 %i) {
|
||
|
entry:
|
||
|
ret i32 4
|
||
|
}
|