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