Files
cli/vendor/wit-component/tests/components/link-circular/lib-foo.wit

11 lines
121 B
Plaintext
Raw Normal View History

package test:test;
interface test {
foo: func(v: s32) -> s32;
}
world lib-foo {
import test;
export test;
}