blob: b698dfbc0fd93658907096baf553786ef7c5081a [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 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;
};