Sign in
fuchsia
/
fuchsia
/
refs/heads/sandbox/av400
/
.
/
sdk
/
cts
/
examples
/
experimental_fidl
/
experimental.fidl
blob: 487ab30e68e18471f08a3e2571f8c7360ab6140c [
file
] [
log
] [
blame
] [
edit
]
// Copyright 2022 The Fuchsia Authors.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia
.
cts
.
experimental
;
const
HELLO
string
=
"hello"
;
const
WORLD
string
=
"world"
;