aosp12/external/strace/tests-mx32/stack-fcall-0.c

7 lines
63 B
C

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