blob: 084d56be13d7371962b0f3d5c4a042d5e0fcfdc5 [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 StructVectorElement{
uint8 a;
// 8 byte padding.
uint16 b;
};
struct StructVector {
vector<StructVectorElement> elems;
};