blob: 30995fc5f3068b9823cb22fbedeca9b797a85653 [file] [log] [blame]
// Copyright 2019 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 test.fidlcodec.examples;
table ReservedExample {
1: int16 first_int16;
2: reserved;
};