(root)/
strace-6.5/
tests-mx32/
status-unfinished.c
       1  /*
       2   * Check basic -e status=unfinished syscall filtering.
       3   *
       4   * Copyright (c) 2019 Paul Chaignon <paul.chaignon@gmail.com>
       5   * All rights reserved.
       6   *
       7   * SPDX-License-Identifier: GPL-2.0-or-later
       8   */
       9  
      10  #include "tests.h"
      11  #include <stdio.h>
      12  
      13  int
      14  main(void)
      15  {
      16  	puts("exit_group(0) = ?\n"
      17  	     "+++ exited with 0 +++");
      18  	return 0;
      19  }