blob: 2ee9e5f6a679047ec940640151314b9630c1a568 [file] [log] [blame]
// Copyright 2020 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;
enum EnumArrayElement {
A = 1;
B = 2;
};
struct EnumArray256 {
array<EnumArrayElement>:256 values;
};