blob: ea36a3d6a1c3c745405e83f83f8193ea82d59381 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
#include <stdint.h>
#include <bpf-helpers.h>
void
foo ()
{
int ret;
void *map, *sk;
ret = bpf_sk_storage_delete (map, sk);
}
/* { dg-final { scan-assembler "call\t108" } } */