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

9 lines
72 B

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