Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_core
/
2847d395536aa94b06cdc6b64ca1a250d5b207bc
/
.
/
debuggerd
/
vfp-crasher.c
blob: 7a19cdd8e065c728744733add3c0ae5676bebe88 [
file
] [
log
] [
blame
]
int
main
()
{
extern
void
crash
(
void
);
crash
();
return
0
;
}