blob: 0e2380809f93f3f66f0071f497bb5c34ebedd203 [file] [log] [blame]
.text
_start:
call *%rdx
jmp *%rdx
call *(%rdx)
jmp *(%rdx)
call *foo
jmp *foo