summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll
blob: 47820449ef8e9fb277ff16526b3280a75dc436b5 (plain)
1
2
3
4
5
6
7
; There should be absolutely no problem with this testcase.

implementation

int %test(int %arg1, int %arg2) {  
	ret int cast (int (int, int)* %test to int)
}