blob: b7ead79050cfeaccb90103ffca8c9ae8eece7c50 [file] [edit]
// ignore-tidy-file-tab
fn main() {
bar; //~ ERROR cannot find value `bar`
}
fn foo() {
"bar boo" //~ ERROR mismatched types
}