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