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

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