]> git.proxmox.com Git - rustc.git/blob - tests/ui/block-result/issue-11714.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / block-result / issue-11714.rs
1 fn blah() -> i32 { //~ ERROR mismatched types
2 1
3
4 ;
5 }
6
7 fn main() { }