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