Sign in
fuchsia
/
fuchsia
/
20316514c031
/
.
/
scripts
/
sdk
/
bazel
/
tests
/
common
/
fidl
/
simple.fidl
blob: d8caa9abc63ffe1b668a3215c8f005f52896f8aa [
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 bazel
.
examples
.
simple
;
type
Hello
=
struct
{
world uint32
;
};