package foo:foo; world module { import f: func(); import f2: func() -> u32; import g: func(); import g2: func() -> u32; }