summaryrefslogtreecommitdiffstats
path: root/tests/modules/c/c.jq
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/c/c.jq')
-rw-r--r--tests/modules/c/c.jq5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/modules/c/c.jq b/tests/modules/c/c.jq
new file mode 100644
index 00000000..2d355ed3
--- /dev/null
+++ b/tests/modules/c/c.jq
@@ -0,0 +1,5 @@
+module c {whatever:null};
+import a as foo;
+import d as d {search:"$ORIGIN/"};
+def a: 0;
+def c: foo::a + "c" + d::meh;