Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
bpf
/
helper-rc-repeat.c
blob: 79d3b5c5fdfea1f7f2f9200d57e6b484c90b3795 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
#include
<stdint.h>
#include
<bpf-helpers.h>
void
foo
()
{
int
ret
;
void
*
ctx
;
ret
=
bpf_rc_repeat
(
ctx
);
}
/* { dg-final { scan-assembler "call\t77" } } */