Trying to execute the tactic make_func_ptr _foo for extern function foo, without a GLOBALS(gv) in the current funspec, leads to a not-very-useful error message.
Same for evaluating &_foo or _foo without GLOBALS(gv).
TODO: detect this and improve the error message.
Trying to execute the tactic
make_func_ptr _foofor extern function foo, without aGLOBALS(gv)in the current funspec, leads to a not-very-useful error message.Same for evaluating
&_fooor_foowithoutGLOBALS(gv).TODO: detect this and improve the error message.