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

10 lines
102 B
C++
Raw Normal View History

2025-02-20 14:49:18 -05:00
#define TOML_UNDEF_MACROS 0
#include "../toml.hpp"
TOML_DISABLE_WARNINGS;
int main()
{
return 0;
}