Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
bpf
/
helper-msg-cork-bytes.c
blob: 350c2bfa0e6ae9a89306f106d1e11bb409a9112a [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
#include
<stdint.h>
#include
<bpf-helpers.h>
void
foo
()
{
int
ret
;
void
*
msg
;
uint32_t
bytes
;
ret
=
bpf_msg_cork_bytes
(
msg
,
bytes
);
}
/* { dg-final { scan-assembler "call\t62" } } */