1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

6 lines
71 B
Plaintext
Raw Normal View History

def foo: "baz";
def f: "wat";
def f: "foo";
def g: "bar";
def fg: f+g;