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