• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "dlopen_common.h"
2 #include "ldso_gtest_util.h"
3 
4 int g_testNumber = TEST_NUM_1000;
5 
DlopenCommon()6 int DlopenCommon()
7 {
8     return g_testNumber;
9 }