| 33 | } |
| 34 | |
| 35 | std::tuple<test_exports::Z1, test_exports::Z2, test_exports::Z3, test_exports::Z4> test_exports::VariantZeros(std::tuple<test_exports::Z1, test_exports::Z2, test_exports::Z3, test_exports::Z4> a) { |
| 36 | return a; |
| 37 | } |
| 38 | |
| 39 | void test_exports::VariantTypedefs(std::optional<uint32_t> a, bool b, std::expected<uint32_t, wit::Void> c) { |
| 40 |