mstch/test/data/context_lookup.hpp
2020-02-12 20:53:14 +01:00

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}}}}}}}}};