blob: 1c54e50ac5607756f25e736be0f9c00352a40ac1 [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 EnumArrayElement = enum {
A = 1;
B = 2;
};
type EnumArray256 = struct {
values array<EnumArrayElement, 256>;
};