1 2 3 4 5 6 7 8
// xfail-boot // xfail-stage0 // error-pattern: unresolved modulename import main::bar; fn main(vec[str] args) { log "foo"; }