pub static DUMMY_EPROG: Mutex<eprog>Expand description
mod_export struct eprog dummy_eprog; from Src/parse.c:3066.
Placeholder Eprog used by shf->funcdef = &dummy_eprog; in
builtin.c when clearing a stale autoload stub. Held in a Mutex
so init_eprog can set it once at shell startup.