pub fn loweringFailed(code: Zir) bool
pub fn loweringFailed(code: Zir) bool { if (code.instructions.len == 0) { assert(code.hasCompileErrors()); return true; } else { return false; } }