summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-11-11-ImplicitRename.llx
blob: 0f858b417cc00c719c44d3cd73897470a26c6348 (plain)
1
2
3
4
5
6
7
8
; RUN: not llvm-as < %s > /dev/null

void %test() {
  %X = add int 0, 1
  %X = add int 1, 2
  ret void
}