service Srv("srv"): call(x: i32) -> i32 func main() -> i32: arr = [1, 2, 3] a <- Srv.call(0) <- arr[Srv.call(1)]