summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-15914.rs
blob: 4a5606af6d025db892c0f8cb78e1eaf099a9eb7b (plain)
1
2
3
4
fn main() {
    let ref
        (); //~ ERROR expected identifier, found `(`
}