blob: 58643880de85471dbeb1a21c21c2ff515e1d2161 [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 Int32Array256 = struct {
bytes array<int32, 256>;
};