5#include "gtest/gtest.h"
21TEST(LoggingTest, UnreachableKillProcess) {
22 ::testing::FLAGS_gtest_death_test_style =
"threadsafe";
26TEST(LoggingTest, UnreachableKillProcessWithMacro) {
27 ::testing::FLAGS_gtest_death_test_style =
"threadsafe";
TEST(LoggingTest, UnreachableKillProcess)
int UnreachableScopeWithMacroWithoutReturnDoesNotMakeCompilerMad()
int UnreachableScopeWithoutReturnDoesNotMakeCompilerMad()
#define BASE_UNREACHABLE()