blob: 427d25f69bc82ee7969970fe0a2221e675298a0d [file] [log] [blame]
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include "doctest.h"
TEST_CASE("main") { printf("hello from <main.cpp>\n"); }