draconisplusplus/subprojects/tomlplusplus-3.4.0/tests/odr_test_1.cpp

10 lines
102 B
C++

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