blob: 50366861c1df487c20b94f98cb77546c43905247 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
#include <stdint.h>
#include <bpf-helpers.h>
void
foo ()
{
int ret;
void *regs;
uint64_t rc;
ret = bpf_override_return (regs, rc);
}
/* { dg-final { scan-assembler "call\t58" } } */