blob: 8891d79ac80d1d0917ee73b863cb03d86f168e9d [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.
library benchmarkfidl;
struct Int32Vector {
vector<uint32> values;
};