blob: 0b39ad728a1c8b61cb6b97c9d9a6288977d9a0e4 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
#include <stdint.h>
#include <bpf-helpers.h>
void
foo ()
{
int ret;
void *skb;
uint8_t *opt;
uint32_t size;
ret = bpf_skb_get_tunnel_opt (skb, opt, size);
}
/* { dg-final { scan-assembler "call\t29" } } */