1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/* { dg-do compile } */ /* { dg-options "-std=gnu99" } */ #include <stdint.h> #include <bpf-helpers.h> void foo () { int ret; void *skops, *map, *key; uint64_t flags; ret = bpf_sock_hash_update (skops, map, key, flags); } /* { dg-final { scan-assembler "call\t70" } } */