// ERROR:6:@fprint requires io.Writer unit bad_writ; fn main() -> i32 { var x: i32 = 0; @fprint(x, "bad"); return 0; }