Files
2023-05-14 11:44:44 +00:00

7 lines
63 B
C

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