blob: 413dacd06b3e2794efbebf2bb40896c40515fc5a [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 BoolArray16 {
array<bool>:16 values;
};
struct BoolArray256 {
array<bool>:256 values;
};
[BindingsDenylist = "rust, cpp, llcpp, walker"]
struct BoolArray4096 {
array<bool>:4096 values;
};