Sign in
gnu
/
gcc.git
/
refs/heads/devel/analyzer
/
.
/
gcc
/
testsuite
/
gcc.target
/
bpf
/
helper-rc-keydown.c
blob: 58e9395dbeb5ab5edfa7576cfae71a35907caa02 [
file
]
/* { dg-do compile } */
#include
<stdint.h>
void
foo
()
{
int
ret
;
void
*
ctx
;
uint32_t
protocol
,
toggle
;
uint64_t
scancode
;
ret
=
__builtin_bpf_helper_rc_keydown
(
ctx
,
protocol
,
scancode
,
toggle
);
}
/* { dg-final { scan-assembler "call\t78" } } */