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