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