summaryrefslogtreecommitdiff
path: root/tests/specs/test/clean_flag/sum.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/test/clean_flag/sum.js')
-rw-r--r--tests/specs/test/clean_flag/sum.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/test/clean_flag/sum.js b/tests/specs/test/clean_flag/sum.js
new file mode 100644
index 000000000..506a41343
--- /dev/null
+++ b/tests/specs/test/clean_flag/sum.js
@@ -0,0 +1,3 @@
+export function sum(a, b) {
+ return a + b;
+}