| 13 | } |
| 14 | |
| 15 | std::optional<wit::string> exports::test::options::to_test::OptionNoneResult() { |
| 16 | return std::optional<wit::string>(); |
| 17 | } |
| 18 | |
| 19 | void exports::test::options::to_test::OptionSomeParam(std::optional<wit::string> a) { |
| 20 | assert(equal(a, std::optional<std::string_view>("foo"))); |