index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
failing test
/
3 ambiguous
/
main.c
blob: 2ee1d8075fe86c8409af64631f1a5e313739557f (
plain
)
1
2
3
4
5
6
#include
<signal.h>
#include
<unistd.h>
int
main
(
void
)
{
kill
(
getpid
(),
SIGSEGV
);
}