blob: 40b936162fce481a82d12068866ced70c766b529 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
#include <stdint.h>
#include <bpf-helpers.h>
void
foo ()
{
int ret;
void *skb;
uint32_t start, len;
uint64_t flags;
ret = bpf_msg_push_data (skb, start, len, flags);
}
/* { dg-final { scan-assembler "call\t90" } } */