| 21 | } |
| 22 | |
| 23 | std::optional<wit::string> exports::test::options::to_test::OptionSomeResult() { |
| 24 | return std::optional<wit::string>(wit::string::from_view("foo")); |
| 25 | } |
| 26 | |
| 27 | std::optional<wit::string> exports::test::options::to_test::OptionRoundtrip(std::optional<wit::string> a) { |
| 28 | return a; |