index
:
pub/users/cem/playground.git
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
riscv
/
riscv-probe
/
examples
/
abort
/
main.c
blob: cf5bcc096e8165c76172b3a9c5e466c13e7960ba (
plain
)
1
2
3
4
5
6
#include <stdlib.h> int main(int argc, char **argv) { abort(); }