blob: ca9c42ba6a8f77343cd62359b78a36499d94d4d1 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
#include <stdint.h>
#include <stddef.h>
#include <bpf-helpers.h>
void
foo ()
{
int ret;
void *ctx, *buf;
size_t buf_len;
uint64_t flags;
ret = bpf_sysctl_get_name (ctx, buf, buf_len, flags);
}
/* { dg-final { scan-assembler "call\t101" } } */