DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / vendor / wit-component-0.219.1 / tests / interfaces / simple-world.wit
123456789
package foo:foo; world the-world { import console; } interface console { log: func(arg: string); }