summaryrefslogtreecommitdiff
path: root/tests/status-none-f.c
blob: b41a5666432860670a222f3c9fc327266519a462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Check basic seccomp filtering with large number of traced syscalls.
 *
 * Copyright (c) 2018-2019 The strace developers.
 * All rights reserved.
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#include "tests.h"
#include <stdio.h>
#include <unistd.h>

int
main(void)
{
	printf("%-5d +++ exited with 0 +++\n", getpid());
	return 0;
}