aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/err/0007_stray_curly_in_file.rs
blob: dc869fb785efac425dbbbc0f0ced06a7ea0835cc (plain)
1
2
3
4
5
6
7
8
9
}

struct S;

}

fn foo(){}

}