Sign in
ara-mdk
/
platform
/
system
/
core
/
fc1906de158373b39d7b6387dc16512321be8f5f
/
.
/
debuggerd
/
vfp-crasher.c
blob: 7a19cdd8e065c728744733add3c0ae5676bebe88 [
file
] [
log
] [
blame
]
int
main
()
{
extern
void
crash
(
void
);
crash
();
return
0
;
}