tomlplusplus/tests/odr_test_1.cpp

10 lines
102 B
C++
Raw Normal View History

#define TOML_UNDEF_MACROS 0
#include "../toml.hpp"
2022-01-13 10:09:07 +00:00
TOML_DISABLE_WARNINGS;
int main()
{
return 0;
}