blob: c1f90417693486048b516343f81fdb0d7bc20959 [file] [log] [blame]
Chris Lattnera60f8552003-05-15 18:52:08 +00001; RUN: as < %s -o /dev/null -f
2
3void %test() {
4 call void (...)* cast (void (short*, int)* %AddString to void (...)*)(short* null, int 0)
5 ret void
6}
7
8void %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