| // 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>; | |
| }; |