tomlplusplus/tests/odr_test_1.cpp
2022-01-13 12:09:07 +02:00

12 lines
177 B
C++

#define TOML_ENABLE_UNRELEASED_FEATURES 1
#define TOML_HEADER_ONLY 1
#define TOML_UNDEF_MACROS 0
#include "../toml.hpp"
TOML_DISABLE_WARNINGS;
int main()
{
return 0;
}