YouCompleteMe/cpp/llvm/test/Assembler/2003-11-11-ImplicitRename.ll
2012-07-05 17:51:06 -07:00

9 lines
107 B
LLVM

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