#include "gtest/gtest.h" TEST(GUnitTestExample, success) { EXPECT_EQ(0, 1); }