| 50 | } |
| 51 | |
| 52 | std::expected<uint32_t, wit::Void> test_exports::EmptyError(uint32_t a) { |
| 53 | return test_imports::EmptyError(a); |
| 54 | } |
| 55 | |
| 56 | std::expected<std::expected<void, wit::string>, wit::string> test_exports::DoubleError(uint32_t a) { |
| 57 | return test_imports::DoubleError(a); |
nothing calls this directly
no test coverage detected