#include TEST_START() TEST("tests work", assert(1 == 1, "c++ broke"); assert(1 != 0, "c++ broke #2"); ) TEST_FINISH()