v811_spc009/external/strace/tests-m32/stack-fcall-2.c

7 lines
63 B

#include "stack-fcall.h"
int f2(int i)
{
return f3(i) - i;
}