From 3b401b823ca98e6329450874eadeaa5f5c120cd1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 1 Jun 2020 15:23:05 +0200 Subject: Add tests for manually testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- tests/abort.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/abort.c (limited to 'tests/abort.c') diff --git a/tests/abort.c b/tests/abort.c new file mode 100644 index 0000000..3afda7b --- /dev/null +++ b/tests/abort.c @@ -0,0 +1,7 @@ +#include + +int +main(void) +{ + abort(); +} -- cgit v1.2.3-70-g09d2