ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/bpf/helper-set-hash-invalid.c

16 lines
215 B
C

/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
#include <stdint.h>
#include <bpf-helpers.h>
void
foo ()
{
void *skb;
bpf_set_hash_invalid (skb);
}
/* { dg-final { scan-assembler "call\t41" } } */