Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
bpf
/
helper-msg-pull-data.c
blob: 98d343b029532034761bd92cbf765c16aa0b81f7 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
#include
<stdint.h>
#include
<bpf-helpers.h>
void
foo
()
{
int
ret
;
void
*
msg
;
int
len
;
ret
=
bpf_msg_pull_data
(
msg
,
len
);
}
/* { dg-final { scan-assembler "call\t63" } } */