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