| 17 | } |
| 18 | |
| 19 | int main() { |
| 20 | parse_json(R"({"a":"b",)"); |
| 21 | parse_json(R"([1,2,3],[1,2,3])"); |
| 22 | parse_json(R"({"a","b"})"); |
| 23 | } |
| 24 | // g++ -I../include/ -march=haswell --std=c++11 check_error_offset.cpp -o |
| 25 | // check_error_offset |
nothing calls this directly
no test coverage detected