blob: 0e229c69a953d3b04eea42d70ebce6ffd2a037bd (
plain)
1
2
3
4
5
6
7
8
9
10
|
; RUN: llvm-as < %s | opt -raiseallocs -disable-output
implementation ; Functions:
void %main() {
%tmp.13 = call int (...)* %free( int 32 )
%tmp.14 = cast int %tmp.13 to int*
ret void
}
declare int %free(...)
|