(root)/
strace-6.5/
tests/
status-none.c
       1  /*
       2   * Check basic -e status=none syscall filtering.
       3   *
       4   * Copyright (c) 2019 The strace developers.
       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("+++ exited with 0 +++");
      17  	return 0;
      18  }