libcopp  2.2.0
gtest.cpp
Go to the documentation of this file.
1 // Copyright 2021 atframework
2 
3 #include <limits.h>
4 
5 #include "gtest/gtest.h"
6 
7 namespace {
8 
9 TEST(LinkWithGTest, Zero) {
10  // Test for gtest_main
11  EXPECT_EQ(1, 1);
12 }
13 
14 } // namespace