aqua/aqua-src/antithesis.aqua

8 lines
87 B
Plaintext
Raw Permalink Normal View History

2023-11-06 10:41:10 +00:00
data A:
b: []*string
func test():
inner: *string
arr = [inner]
a = A(b = arr)