This commit is contained in:
朱鸿
2023-03-29 17:36:18 -04:00
committed by GitHub

View File

@@ -29,5 +29,5 @@ int main(){
func pfun = myfunc;/*赋值*/
pfun();/*调用*/
pFun = glFun;
(*pFun)(2);
(*pFun)(2);
}