1 2 3 4 5 6 7 8 9
// xfail-boot // error-pattern: cyclic import import zed.bar; import bar.zed; fn main(vec[str] args) { log "loop"; }