blob: 6ac680cc0986ac3e929960de3aee8d21ca99a7ac [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
#include <stdint.h>
#include <bpf-helpers.h>
void
foo ()
{
int ret;
void *msg, *map, *key;
uint64_t flags;
ret = bpf_msg_redirect_hash (msg, map, key,
flags);
}
/* { dg-final { scan-assembler "call\t71" } } */