]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-1914.rs
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
[rust.git] / src / tools / rustfmt / tests / target / issue-1914.rs
1 // rustfmt-max_width: 80
2
3 extern "C" {
4     #[link_name = "_ZN7MyClass26example_check_no_collisionE"]
5     pub static mut MyClass_example_check_no_collision:
6         *const ::std::os::raw::c_int;
7 }