mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 07:17:12 +02:00
2 lines
46 B
Plaintext
2 lines
46 B
Plaintext
(function(a=[1, b[1]], b=[a[0], 2]) [a, b])()
|