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