summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-1914.rs
blob: d2d532af1dc36fcfa080a51be52171d47515d830 (plain)
1
2
3
4
5
6
7
// rustfmt-max_width: 80

extern "C" {
    #[link_name = "_ZN7MyClass26example_check_no_collisionE"]
    pub static mut MyClass_example_check_no_collision:
        *const ::std::os::raw::c_int;
}