summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-4313.rs
blob: c390ee6ba30faf7c73e0a41e4e8f2b640628cf1d (plain)
1
2
3
4
5
extern "C" {
    fn f() {
        fn g() {}
    }
}