Sign in
fuchsia
/
fuchsia
/
4903ee7aa2fb
/
.
/
src
/
tests
/
benchmarks
/
fidl
/
benchmark_suite
/
string.test.fidl
blob: 0b90d6d4f5202f7a9ff822cf5563d642f1c025b2 [
file
] [
log
] [
blame
]
// Copyright 2020 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 benchmarkfidl
;
struct
StringStruct
{
string
str
;
};