blob: 5d0d683edda661cd55e409605d9d1586afd189da [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;
struct ByteArray16 {
array<uint8>:16 bytes;
};
struct ByteArray256 {
array<uint8>:256 bytes;
};
[BindingsDenylist = "rust, hlcpp, llcpp, walker"]
struct ByteArray4096 {
array<uint8>:4096 bytes;
};