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

7 lines
63 B
C

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