tomlplusplus/tests/odr_test_1.cpp

9 lines
122 B
C++
Raw Normal View History

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