rustc/vendor/wit-parser-0.219.1/tests/ui/simple-wasm-text.wat
2025-01-11 15:57:26 +01:00

7 lines
97 B
Plaintext

(component
(type $x (component
(export "a:b/x" (instance))
))
(export "x" (type $x))
)