Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
96db405f379548ad7a85cd7bdad4e5d21ba5bbf4
/
.
/
debuggerd
/
vfp-crasher.c
blob: 7a19cdd8e065c728744733add3c0ae5676bebe88 [
file
] [
log
] [
blame
]
int
main
()
{
extern
void
crash
(
void
);
crash
();
return
0
;
}