| 25 | } |
| 26 | |
| 27 | std::optional<wit::string> exports::test::options::to_test::OptionRoundtrip(std::optional<wit::string> a) { |
| 28 | return a; |
| 29 | } |
| 30 | |
| 31 | std::optional<std::optional<uint32_t>> exports::test::options::to_test::DoubleOptionRoundtrip(std::optional<std::optional<uint32_t>> a) { |
| 32 | return a; |
no outgoing calls
no test coverage detected