mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-24 06:30:19 +00:00
9 lines
66 B
LLVM
9 lines
66 B
LLVM
|
|
||
|
|
||
|
implementation
|
||
|
|
||
|
void %test() {
|
||
|
%X = alloca [4xint]
|
||
|
ret void
|
||
|
}
|