blob: 96085e9e71579e54fba0d8b86b3e663cc693851c [file] [log] [blame]
// Copyright 2017 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.
namespace convert;
table BytesTest {
bytes: [ubyte];
}
root_type BytesTest;