aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/inline/ok/0134_nocontentexpr_after_item.rs
blob: eadc7fffb136230b4a8e8a7bee0c5ba18674cae4 (plain)
1
2
3
4
5
6
7
8
fn simple_function() {
    enum LocalEnum {
        One,
        Two,
    };
    fn f() {};
    struct S {};
}