summaryrefslogtreecommitdiff
path: root/tests/stack-fcall.c
blob: cf4000e56f5aa6bb77f3d4f0fe72779aed01e73e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2014-2018 The strace developers.
 * All rights reserved.
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#include "stack-fcall.h"

int main(void)
{
	f0(0);
	f0(1);
	return 0;
}