11cb0ef41Sopenharmony_ci#ifndef _WIN32 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_ciconst char* dlopen_pong(void); 41cb0ef41Sopenharmony_ci 51cb0ef41Sopenharmony_ci__attribute__((visibility("default"))) 61cb0ef41Sopenharmony_ciconst char* dlopen_ping(void) { 71cb0ef41Sopenharmony_ci return dlopen_pong(); 81cb0ef41Sopenharmony_ci} 91cb0ef41Sopenharmony_ci 101cb0ef41Sopenharmony_ci#endif // _WIN32 11