Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
5c02b2760e11e8b77452c345c788e4cda289f788
/
.
/
debuggerd
/
vfp-crasher.c
blob: 7a19cdd8e065c728744733add3c0ae5676bebe88 [
file
] [
log
] [
blame
]
int
main
()
{
extern
void
crash
(
void
);
crash
();
return
0
;
}