| 10 | namespace test_exports = ::exports::test::results::test; |
| 11 | |
| 12 | std::expected<float, wit::string> test_exports::StringError(float a) { |
| 13 | return test_imports::StringError(a); |
| 14 | } |
| 15 | |
| 16 | test_exports::E to_exports_e(test_imports::E e) { |
| 17 | switch (e) { |
nothing calls this directly
no test coverage detected