| 41 | } |
| 42 | |
| 43 | std::tuple<bool, std::expected<void, wit::Void>, test_exports::MyErrno> test_exports::VariantEnums(bool a, std::expected<void, wit::Void> b, test_exports::MyErrno c) { |
| 44 | return std::tuple<bool, std::expected<void, wit::Void>, test_exports::MyErrno>(a, b, c); |
| 45 | } |