(root)/
strace-6.5/
tests/
strace--syscall-limit-path.c
       1  /*
       2   * Test --syscall-limit option in combination with --trace-path option.
       3   *
       4   * Copyright (c) 2023 The strace developers.
       5   * All rights reserved.
       6   *
       7   * SPDX-License-Identifier: GPL-2.0-or-later
       8   */
       9  
      10  #define PRINT_VALID 0
      11  #include "strace--syscall-limit.c"