llvm-6502/test/Assembler/2003-11-11-ImplicitRename.llx

9 lines
106 B
Plaintext
Raw Normal View History

; RUN: not llvm-as < %s > /dev/null
void %test() {
%X = add int 0, 1
%X = add int 1, 2
ret void
}