summaryrefslogtreecommitdiff
path: root/tests/status-unfinished.c
blob: de78eee46f391cfbb717ca6eea7f058f580cd45e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Check basic -e status=unfinished syscall filtering.
 *
 * Copyright (c) 2019 Paul Chaignon <paul.chaignon@gmail.com>
 * All rights reserved.
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

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

int
main(void)
{
	puts("exit_group(0) = ?\n"
	     "+++ exited with 0 +++");
	return 0;
}