package test:foo; interface foo { f: func(); } world foobar { import foo; }