Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
3a05a1543f99be21e75ed7136c45bf1a24594822
/
.
/
switchback
/
test_simple.c
blob: 9a7756a031636cddb697a10d0ae578acf1ee213d [
file
] [
log
] [
blame
]
static
void
bar
(
void
*(*
service
)(
int
,
int
)
)
{
__asm__ __volatile__
(
"addi 17, 14, 5"
);
}
void
entry
(
void
*(*
service
)(
int
,
int
)
)
{
bar
(
service
);
service
(
0
,
0
);
}