ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/bpf/helper-xdp-adjust-tail.c

17 lines
223 B
C

/* { dg-do compile } */
#include <stdint.h>
#include <bpf-helpers.h>
void
foo ()
{
int ret;
void *xdp_md;
int delta;
ret = bpf_xdp_adjust_tail (xdp_md, delta);
}
/* { dg-final { scan-assembler "call\t65" } } */