ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/bpf/helper-get-numa-node-id.c

16 lines
216 B
C

/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
#include <stdint.h>
#include <bpf-helpers.h>
void
foo ()
{
int ret;
ret = bpf_get_numa_node_id ();
}
/* { dg-final { scan-assembler "call\t42" } } */