blob: e53aaf60e6b519f78441b6ec7e727bbc48f2347a [file] [log] [blame]
// Copyright 2022 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 regen_fidl_benchmark_suite"
library test.benchmarkfidl;
type EnumArrayNonDenseElement = enum {
A = 1;
C = 3;
D = 6;
E = 8;
F = 12;
G = 13;
H = 14;
J = 16;
};
type EnumArrayNonDense256 = struct {
values array<EnumArrayNonDenseElement, 256>;
};