11cb0ef41Sopenharmony_ci/* 21cb0ef41Sopenharmony_ci********************************************************************** 31cb0ef41Sopenharmony_ci* Copyright (C) 2014, International Business Machines 41cb0ef41Sopenharmony_ci* Corporation and others. All Rights Reserved. 51cb0ef41Sopenharmony_ci********************************************************************** 61cb0ef41Sopenharmony_ci* 71cb0ef41Sopenharmony_ci*/ 81cb0ef41Sopenharmony_ci 91cb0ef41Sopenharmony_ci// 101cb0ef41Sopenharmony_ci// ICU needs the C++, not the C linker to be used, even if the main function 111cb0ef41Sopenharmony_ci// is in C. 121cb0ef41Sopenharmony_ci// 131cb0ef41Sopenharmony_ci// This is a dummy function just to get gyp to compile some internal 141cb0ef41Sopenharmony_ci// tools as C++. 151cb0ef41Sopenharmony_ci// 161cb0ef41Sopenharmony_ci// It should not appear in production node binaries. 171cb0ef41Sopenharmony_ci 181cb0ef41Sopenharmony_ciextern void icu_dummy_cxx() {} 19