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

9 lines
72 B
C

#include "stack-fcall.h"
int main(void)
{
f0(0);
f0(1);
return 0;
}