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

9 lines
122 B
C++

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