blob: 47bc2f3f9a20e724b7e067e0ede22bb25cead7e6 [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;
type ByteArray16 = struct {
bytes array<uint8, 16>;
};
type ByteArray256 = struct {
bytes array<uint8, 256>;
};
@bindings_denylist("rust, hlcpp, llcpp, cpp")
type ByteArray4096 = struct {
bytes array<uint8, 4096>;
};