11cb0ef41Sopenharmony_ci'use strict'; 21cb0ef41Sopenharmony_ciconst common = require('../../common'); 31cb0ef41Sopenharmony_ciconst assert = require('assert'); 41cb0ef41Sopenharmony_ciconst binding = require(`./build/${common.buildType}/binding`); 51cb0ef41Sopenharmony_ciassert.strictEqual(binding(), 'world'); 61cb0ef41Sopenharmony_ciconsole.log('binding.hello() =', binding()); 7