DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / vendor / wit-parser-0.219.1 / tests / ui / complex-include / deps / bar / root.wit
123456789
package foo:bar; interface a {} interface b {} world bar-a { import a; import b; }