7 #include "../tunit_export.h" 10 struct tunit_export_ __tunit_main final
static_ {
12 static int main_with_gtest_compatibility();
65 #define tunit_main_with_gtest_compatibility_ \ 66 __tunit_main::main_with_gtest_compatibility #define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition: static.h:37