#include #include "../src/tools/checks.h" int main(int argc, char* argv[]) { //check(false); assert(false); return 0; }