plugin: more aggressive name change to avoid conflicts
[ia32rtools.git] / tests / reg_call_tail2.asm
CommitLineData
56b49358 1
2_text segment para public 'CODE' use32
3
4sub_test proc near
5
6arg_0 = dword ptr 4
7
8 inc [esp+arg_0]
9 jz return_
10 jmp another_func
11return_:
12 retn 4
13sub_test endp
14
15_text ends
16
17; vim:expandtab