]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-1914.rs
Rollup merge of #85937 - m-ou-se:macro-ref-suggestions, r=estebank
[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 }