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