blob: 87b6724f5e490ed0f7e563ff9d0c0057be9fbca7 [file] [log] [blame]
// Copyright 2021 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;
type StructArrayElement = struct {
a uint8;
// 8 byte padding.
b uint16;
};
type StructArray256 = struct {
elems array<StructArrayElement, 256>;
};