4 lines
175 B
C++
4 lines
175 B
C++
const mstch::node context_lookup_data = mstch::map_wrapper{
|
|
{{"outer",
|
|
mstch::map_wrapper{{{"id", 1}, {"second", mstch::map_wrapper{{{"nothing", 2}}}}}}}}};
|