| 9916 | using usr_t::process; |
| 9917 | |
| 9918 | my_usr_ext() |
| 9919 | : usr_t(usr_t::e_usrmode_extended) |
| 9920 | {} |
| 9921 | |
| 9922 | bool process(const std::string& unknown_symbol, |
| 9923 | symbol_table_t& symbol_table, |
nothing calls this directly
no outgoing calls
no test coverage detected