index
:
system_core.git
replicant-4.2
replicant-6.0
system/core
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debuggerd
/
vfp-crasher.c
blob: 7a19cdd8e065c728744733add3c0ae5676bebe88 (
plain
)
1
2
3
4
5
6
7
int
main
()
{
extern
void
crash
(
void
);
crash
();
return
0
;
}