blob: 4bbb94e3d3495c6dc5c0b7d4f0fd8aa3ce29990c [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 StructArrayElement = struct {
a uint8;
// 8 byte padding.
b uint16;
};
type StructArray256 = struct {
elems array<StructArrayElement, 256>;
};