android13/external/strace/tests-mx32/stack-fcall-1.c

7 lines
63 B
C

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