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