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" } } */