blob: 69665ec30a026cca9e3eea03c44d70bedf5d1724 [file] [log] [blame]
// note that DOCTEST_CONFIG_IMPLEMENTATION_IN_DLL should not be defined here
#include "doctest.h"
#include <cstdio>
TEST_CASE("implementation_2") {
printf("I am a test from the implementation_2!\n");
}