summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue_4963.rs
blob: 32e1f6cd41bf6c014ba8d7e3b736afc9e0356d14 (plain)
1
2
3
4
5
mod test {
    extern "C" {fn test();}
}

extern "C" {fn test();}