blob: 079e2fca09047174ceb7dfb2b39ed01ea6d0de8c [file] [log] [blame]
// Copyright 2020 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 get-build-dir)/host-tools/regen_fidl_benchmark_suite
library benchmarkfidl;
resource struct HandleArrayPlain1 {
array<handle>:1 handles;
};
resource struct HandleArrayPlain16 {
array<handle>:16 handles;
};
resource struct HandleArrayPlain64 {
array<handle>:64 handles;
};