blob: fbc59af329cdc671a8a0e54f9b86657ea51a6fba [file] [log] [blame]
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include "doctest.h"
#include <cstdio>
TEST_CASE("the only test") {
printf("Hello world!\n");
}