blob: 573b2e713276f310b98f28ba2d57eb2bc05516bf [file] [log] [blame]
// Copyright 2024 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// GENERATED FILE: Regen with "fx build host-tools/regen_fidl_benchmark_suite && fx regen_fidl_benchmark_suite && fx format-code"
library test.benchmarkfidl;
using zx;
type HandleArrayPlain1 = resource struct {
handles array<zx.Handle, 1>;
};
type HandleArrayPlain16 = resource struct {
handles array<zx.Handle, 16>;
};
type HandleArrayPlain64 = resource struct {
handles array<zx.Handle, 64>;
};