aboutsummaryrefslogtreecommitdiff
path: root/test/js/import_object.t.js
blob: d430742d129ecbca3e6dfd1d02c9ddf87d866664 (plain)
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);