mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
|
; RUN: not llvm-as < %s > /dev/null
|
||
|
|
||
|
void %test() {
|
||
|
%X = add int 0, 1
|
||
|
%X = add int 1, 2
|
||
|
ret void
|
||
|
}
|
||
|
|