blob: 119ffccc6a9459cc2aca5121d9ff9af099e17ec2 [file]
fn main() {
if true {
"" //~ ERROR mismatched types [E0308]
}
}