Home | History | Annotate | Download | only in tests
      1 #include <unistd.h>
      2 #include "stack-fcall.h"
      3 
      4 int f3(int i)
      5 {
      6 	return getpid() + i;
      7 }
      8