summaryrefslogtreecommitdiff
path: root/json4cpp/tests/abi/main.cpp
blob: 93a934005bb05916a7b8a35b2ee745755c0b986d (plain)
1
2
3
4
5
6
7
8
9
10
//     __ _____ _____ _____
//  __|  |   __|     |   | |  JSON for Modern C++ (supporting code)
// |  |  |__   |  |  | | | |  version 3.12.0
// |_____|_____|_____|_|___|  https://github.com/nlohmann/json
//
// SPDX-FileCopyrightText: 2013-2026 Niels Lohmann <https://nlohmann.me>
// SPDX-License-Identifier: MIT

#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include "doctest_compatibility.h"