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

#include "stack-fcall.h"

int f1(int i, unsigned long f)
{
	return f2(i, f ^ (unsigned long) (void *) f1) + i;
}