Files
clearn/abbruch.c

13 lines
58 B
C
Raw Permalink Normal View History

2017-02-07 20:03:49 +00:00
#include <stdio.h>
int main()
{
int i=5;
abort();
}