4 lines
87 B
C++
4 lines
87 B
C++
|
const auto bug_11_eating_whitespace_data = mstch::map{
|
||
|
{"tag", std::string{"yo"}}
|
||
|
};
|