blob: 8a9a4efe6e19df9361f32362fcfe8848fb72ab0e [file] [log] [blame]
// Copyright 2021 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;
struct ByteVectorLimit1 {
vector<uint8>:1 bytes;
};