DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / vendor / wit-component-0.219.1 / tests / components / link-stubs / lib-foo.wit
12345678910
package test:test; interface test { foo: func(v: s32) -> s32; } world lib-foo { import test; export test; }