blob: 81ff4dd7e8b0658fe7e22990a5465309b0de6282 [file] [log] [blame]
/* { 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" } } */