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