1#include <unistd.h>
2#include "stack-fcall.h"
3
4int f3(int i)
5{
6	return getpid() + i;
7}
8