summaryrefslogtreecommitdiffstats
path: root/tests/modules/c/c.jq
blob: 2d355ed357bf101879e4dbff4170a1d212350f17 (plain)
1
2
3
4
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;