1 /*
2 **********************************************************************
3 * Copyright (C) 2014, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
6 *
7 */
8
9 //
10 // ICU needs the C++, not the C linker to be used, even if the main function
11 // is in C.
12 //
13 // This is a dummy function just to get gyp to compile some internal
14 // tools as C++.
15 //
16 // It should not appear in production node binaries.
17
icu_dummy_cxx()18 extern void icu_dummy_cxx() {}
19