Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_core
/
16ae478af46100a435c2875afa020721a59a411a
/
.
/
debuggerd
/
vfp-crasher.c
blob: 7a19cdd8e065c728744733add3c0ae5676bebe88 [
file
] [
log
] [
blame
]
int
main
()
{
extern
void
crash
(
void
);
crash
();
return
0
;
}