blob: 306176cf389472e322fad8b58dfa72ebeabd407e [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#include <fidl/test.inheritance/cpp/natural_types.h>
::test_inheritance::SuperFooTopResponse::Storage_ test_inheritance::SuperFooTopResponse::CloneStorage_() const {
return Storage_{
::fidl::internal::NaturalClone(storage_.y)};
}
::test_inheritance::SuperFooRequest::Storage_ test_inheritance::SuperFooRequest::CloneStorage_() const {
return Storage_{
::fidl::internal::NaturalClone(storage_.s)};
}