blob: 4e07f9ae1b5cba5921ec37e2c4140a00d9757d19 [file] [log] [blame]
// Copyright 2019 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 fidl.test.dart.benchmark;
struct JustOneString {
string value;
};