1 2 3 4 5 6 7
// xfail-boot // error-pattern: main is not a module or crate import main.bar; fn main(vec[str] args) { log "foo"; }