1 #include "dlopen_common.h" 2 #include "ldso_gtest_util.h" 3 4 int g_testNumber = TEST_NUM_1000; 5 DlopenCommon()6int DlopenCommon() 7 { 8 return g_testNumber; 9 }
1 #include "dlopen_common.h" 2 #include "ldso_gtest_util.h" 3 4 int g_testNumber = TEST_NUM_1000; 5 DlopenCommon()6int DlopenCommon() 7 { 8 return g_testNumber; 9 }