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