Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
failing test
/
2 signal
/
main.c
blob: 2ee1d8075fe86c8409af64631f1a5e313739557f (
plain
)
1
2
3
4
5
6
#include
<signal.h>
#include
<unistd.h>
int
main
(
void
)
{
kill
(
getpid
(),
SIGSEGV
);
}