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