New testcase that breaks the assembler.
[oota-llvm.git] / test / Assembler / 2003-05-15-AssemblerProblem.llx
1 ; RUN: as < %s -o /dev/null -f
2
3 void %test() {
4         call void (...)* cast (void (short*, int)* %AddString to void (...)*)(short* null, int 0)
5         ret void
6 }
7
8 void %AddString(short* %tmp.124, int %tmp.127) {
9         call void (...)* cast (void (short*, int)* %AddString to void (...)*)(short* %tmp.124, int %tmp.127)
10         ret void
11 }
12