summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3717.rs
blob: b769cd3ecce267cd84c6782882303ddc74c25328 (plain)
1
2
3
4
5
6
7
fn main() {
    {
        #[rustfmt::skip]
        let _ = 
        [1];
    }
}