blob: 7bfd3c14bf194de91309dc856093d8d04bd49403 [file] [log] [blame]
; RUN: not llvm-as < %s >& /dev/null
void %test() {
%X = add int 0, 1
%X = add int 1, 2
ret void
}