Files
2025-12-31 00:39:23 +08:00

5 lines
59 B
C++

#include "func.h"
int f1(int num) {
return g1(num * 2);
}