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

7 lines
63 B
C

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