This commit is contained in:
朱鸿 2023-03-29 17:36:18 -04:00 committed by GitHub
commit f38490b3c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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