1
1
mirror of https://github.com/wader/fq.git synced 2024-12-27 15:42:07 +03:00
fq/format/elf/testdata/segfault.c
2023-08-02 22:13:33 +02:00

4 lines
36 B
C

void main()
{
(*(int *)0) = 0;
}