aqua/aqua-src/antithesis.aqua
2023-04-19 14:04:27 +04:00

7 lines
94 B
Plaintext

service Op("op"):
noop()
func test():
a:*string
on a[0] via a[1]:
Op.noop()