Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
vendor
/
wit-component-0.219.0
/
tests
/
targets
/
success
/
test.wit
blob: d6c437c70602f39872005a5688fc65b3bc36d3e9 [
file
] [
log
] [
blame
] [
edit
]
package
test
:
foo
;
interface
bar
{
f
:
func
();
}
interface
foo
{
f
:
func
();
}
world foobar
{
export
bar
;
export
foo
;
}