#include #include TEST(FailDemo, FailIsFatal) { FAIL(); std::cout << "succeeded" << std::endl; }