| // 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 EnumArrayNonDenseElement { | |
| A = 1; | |
| C = 3; | |
| D = 6; | |
| E = 8; | |
| F = 12; | |
| G = 13; | |
| H = 14; | |
| J = 16; | |
| }; | |
| struct EnumArrayNonDense256 { | |
| array<EnumArrayNonDenseElement>:256 values; | |
| }; |