| 50 | } |
| 51 | |
| 52 | static constexpr auto var_(auto name) noexcept { |
| 53 | return global_(name)[*global_(_stack_local_scope_)]; |
| 54 | } |
| 55 | |
| 56 | static constexpr auto bundle(auto... parts) { |
| 57 | return lib::ir::IR{lib::bundle::Bundle{parts...}}; |
no test coverage detected