Sign in
fuchsia
/
fuchsia
/
refs/tags/archived-272302884
/
.
/
src
/
devices
/
tools
/
fidlgen_banjo
/
tests
/
fidl
/
example2.test.fidl
blob: 0c2970a3417f3eb4f24df4777217add8b9caf925 [
file
]
// 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 banjo
.
examples
.
example2
;
type
Point
=
struct
{
x float32
;
// yo
y float32
;
};