blob: a1f6529f356b17dec40ecefab92468691ca5f51b [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;
ret = bpf_sysctl_get_current_value (ctx, buf, buf_len);
}
/* { dg-final { scan-assembler "call\t102" } } */