summaryrefslogtreecommitdiff
path: root/tomlplusplus/tests/odr_test_1.cpp
blob: 27befe112eb67373fdf1c7c5327fca1b733c1b75 (plain)
1
2
3
4
5
6
7
8
9
#define TOML_UNDEF_MACROS 0
#include "../toml.hpp"

TOML_DISABLE_WARNINGS;

int main()
{
	return 0;
}