summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-17373.rs
blob: dc3be48a7ead711a2d0319f082068c5ce7bd879f (plain)
1
2
3
4
fn main() {
    *return //~ ERROR type `!` cannot be dereferenced
    ;
}