| 37 | } |
| 38 | |
| 39 | void test_exports::VariantTypedefs(std::optional<uint32_t> a, bool b, std::expected<uint32_t, wit::Void> c) { |
| 40 | |
| 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); |