blob: b0d102f0c14acf594c9a19141675682138c8f855 [file] [log] [blame]
// Copyright 2021 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.example.fostr2;
using fuchsia.example.fostr;
type MyStruct2 = struct {
optional_external_value box<fuchsia.example.fostr.MyStruct>;
};