blob: d6c437c70602f39872005a5688fc65b3bc36d3e9 [file] [log] [blame] [edit]
package test:foo;
interface bar {
f: func();
}
interface foo {
f: func();
}
world foobar {
export bar;
export foo;
}