Sign in
android
/
toolchain
/
rustc
/
bcfff4e50dda5837a362e7ef749affe38767d9f2
/
.
/
vendor
/
wit-component-0.216.0
/
tests
/
interfaces
/
pkg-use-chain2
/
foo.wit.print
blob: 7a203a06d9599ebf94a83f6849f56f02af971fe2 [
file
]
package
foo
:
foo
;
interface
other
{
record name
{
f
:
u8
,
}
}
interface
bar
{
use
other
.{
name
as
the
-
name
};
enum
name
{
a
,
}
}
interface
foo
{
use
bar
.{
the
-
name
};
}