blob: 45c8ca5f803900c6c80dbc8054cc70dceb868bdb [file] [log] [blame]
# eBPF tests for the CALL instruction
.text
call 0
call 1
call -2
call 0xa
call foo
foo: call foo
call foo
call foo