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

#include "stack-fcall.h"

int
f0(int i, unsigned long f)
{
	f ^= (unsigned long) (void *) f0;
	COMPLEX_BODY(i, f);
	return f1(i, f) - i;
}