mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 05:13:01 +00:00
9 lines
106 B
LLVM
9 lines
106 B
LLVM
|
; RUN: not llvm-as < %s > /dev/null
|
||
|
|
||
|
void %test() {
|
||
|
%X = add int 0, 1
|
||
|
%X = add int 1, 2
|
||
|
ret void
|
||
|
}
|
||
|
|