aboutsummaryrefslogtreecommitdiff
path: root/test/js/import_comma_expression.t.js
blob: 185d3a6db98b6d08a2a051f7eadeccc08e8b63c9 (plain)
1
2
3
4
5
6
7
8
9
/*---
includes: []
flags: []
paths: [test/js/module]
---*/

import m from 'export_comma_expression.js';

assert.sameValue(m.prod(3,5), 15);