mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
5 lines
56 B
LLVM
5 lines
56 B
LLVM
|
define internal i32 @foo(i32 %i) {
|
||
|
entry:
|
||
|
ret i32 4
|
||
|
}
|