wasm-bindgen/tests/wasm/duplicates_c.js

3 lines
44 B
JavaScript
Raw Normal View History

exports.foo = () => false;
exports.bar = 5;