7#include "../tunit_export.hpp" 
   11  static auto main() -> int;
 
   12  static auto main_with_gtest_compatibility() -> int;
 
   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.hpp:37
 
#define tunit_export_
Define shared library export.
Definition tunit_export.hpp:13