blob: e38a3612f7e480fa6b78c357f55e0e6a65b7a380 [file] [log] [blame]
// Copyright 2018 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 fidl.examples.alignment;
struct packing_0 {
int16 i16_0;
int32 i32_0;
int16 i16_1;
};
struct packing_1 {
int16 i16_0;
int8 i8_0;
int16 i16_1;
int8 i8_1;
};
struct packing_2 {
int16 i16_0;
int8 i8_0;
int8 i8_1;
int16 i16_1;
};
struct packing_3 {
int32 i32_0;
int64 i64_0;
int16 i16_0;
int32 i32_1;
int16 i16_1;
};