Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Nov 30, 2024
1 parent 65b941c commit 679bbd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/test/nested_release_signal.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* -*- Mode: C; tab-width: 8; c-basic-offset: 2; indent-tabs-mode: nil; -*- */

#include "util.h"

int main(void) {
kill(getpid(), SIGABRT);
return 0;
}

0 comments on commit 679bbd4

Please sign in to comment.