1 2 3 4 5 6 7 8 9 10
/*--- includes: [] flags: [] paths: [test/js/module] ---*/ import m from 'export_expression.js'; assert.sameValue(typeof m, 'object'); assert.sameValue(m.sum(3,4), 7);