blob: cbc6aaff4a48f370fa341f6bafe53ca291d2ff8a [file] [log] [blame]
// Copyright 2022 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 regen_fidl_benchmark_suite"
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>;
};