Sign in
fuchsia
/
fuchsia
/
8007eff1d67c0fae6f83c305ddd10602b7a1563c
/
.
/
examples
/
fidl
/
fuchsia.examples.docs
/
language_reference_builtin.test.fidl
blob: f8ce5558ef6b2eb8818afb58b07a159aafadea5d [
file
]
// Copyright 2021 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.
// [START builtin]
library builtin
;
alias
byte
=
uint8
;
// [END builtin]