// ERROR:6:format must be a comptime string unit bad_run; fn main() -> i32 { var fmt: str = "{}"; @print(fmt, 1); return 0; }