tomlplusplus/tests/odr_test_1.cpp
2022-02-12 22:04:16 +02:00

10 lines
102 B
C++

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