blob: fbd078d71bffbafca7c570f9fab4cd0215718d7e [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 StructTree1 = struct {
a uint8;
b uint8;
};
type StructTree2 = struct {
left StructTree1;
right StructTree1;
};
type StructTree3 = struct {
left StructTree2;
right StructTree2;
};
type StructTree4 = struct {
left StructTree3;
right StructTree3;
};
type StructTree5 = struct {
left StructTree4;
right StructTree4;
};
type StructTree6 = struct {
left StructTree5;
right StructTree5;
};
type StructTree7 = struct {
left StructTree6;
right StructTree6;
};
type StructTree8 = struct {
left StructTree7;
right StructTree7;
};