1package foo:foo;
2
3world the-world {
4  export the-name: interface {
5    y: func();
6  }
7}
8