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