summaryrefslogtreecommitdiffstats
path: root/vendor/wasm-bindgen/tests/wasm/duplicates_b.js
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/wasm-bindgen/tests/wasm/duplicates_b.js')
-rw-r--r--vendor/wasm-bindgen/tests/wasm/duplicates_b.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/wasm-bindgen/tests/wasm/duplicates_b.js b/vendor/wasm-bindgen/tests/wasm/duplicates_b.js
new file mode 100644
index 000000000..75263a245
--- /dev/null
+++ b/vendor/wasm-bindgen/tests/wasm/duplicates_b.js
@@ -0,0 +1,2 @@
+exports.foo = () => true;
+exports.bar = 4;