aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/export_mixed.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/export_mixed.yue')
-rw-r--r--spec/inputs/export_mixed.yue3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/inputs/export_mixed.yue b/spec/inputs/export_mixed.yue
new file mode 100644
index 0000000..5adfdd7
--- /dev/null
+++ b/spec/inputs/export_mixed.yue
@@ -0,0 +1,3 @@
1export answer = 42
2export foo = -> "bar"
3export baz = "baz"