mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
7 lines
57 B
LLVM
7 lines
57 B
LLVM
|
|
||
|
|
||
|
void %foo(int* %X) {
|
||
|
store int 4, int* %X
|
||
|
ret void
|
||
|
}
|