File: odr_test_1.cpp

package info (click to toggle)
tomlplusplus 3.3.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,184 kB
  • sloc: cpp: 35,145; ansic: 2,220; python: 983; makefile: 25; sh: 17
file content (9 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#define TOML_UNDEF_MACROS 0
#include "../toml.hpp"

TOML_DISABLE_WARNINGS;

int main()
{
	return 0;
}