aboutsummaryrefslogtreecommitdiff
path: root/tests-m32/stack-fcall-3.c
blob: 98726d8f3f22acfee4bd1de3cfbde130cbce5a1f (plain)
1
2
3
4
5
6
7
#include <unistd.h>
#include "stack-fcall.h"

int f3(int i)
{
	return getpid() + i;
}