// Module used by test_import_module.js
const EXPORTED_SYMBOLS = [ "MODULE_IMPORTED" ];
const MODULE_IMPORTED = true;