blob: 2d752218fa973f6235c2eb503795d1777ae040e8 [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;
using zx;
struct HandleArrayEvent64 {
array<zx.handle:EVENT>:64 handles;
};