// xfail-stage0// xfail-stage1// xfail-stage2// error-pattern: unknown module item// rustboot has a different error message than rustc// this test can die with rustboot, or rustc's error can changemodfoo{exportx;fnx(inty){logy;}fnz(inty){logy;}}fnmain(){foo::z(10);}