| 46 | } _stack_local_scope_; |
| 47 | |
| 48 | static constexpr auto global_(auto name) noexcept { |
| 49 | return lib::ir::IR{lib::code::Var{lib::ir::get_code(name)}}; |
| 50 | } |
| 51 | |
| 52 | static constexpr auto var_(auto name) noexcept { |
| 53 | return global_(name)[*global_(_stack_local_scope_)]; |
no test coverage detected