File: odr_test_1.cpp

package info (click to toggle)
tomlplusplus 3.4.0%2Bds-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,860 kB
  • sloc: cpp: 52,214; python: 985; makefile: 25; sh: 17; ansic: 4
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;
}