blob: ad81e2e14db3cead7940c41a6e559f87a697092b [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 ByteVectorLimit1 = struct {
bytes vector<uint8>:1;
};