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