| 8 | } |
| 9 | |
| 10 | void exports::test::options::to_test::OptionNoneParam(std::optional<wit::string> a) |
| 11 | { |
| 12 | assert(!a.has_value()); |
| 13 | } |
| 14 | |
| 15 | std::optional<wit::string> exports::test::options::to_test::OptionNoneResult() { |
| 16 | return std::optional<wit::string>(); |