index
:
sctrace
master
A simple syscall tracer
Mattias Andrée <m@maandree.se>
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
abort.c
blob: 3afda7b446ccecc53055e90d4f62defb3d11082f (
plain
) (
tree
)
3b401b8
^
1
2
3
4
5
6
7
#include <stdlib.h> int main(void) { abort(); }