]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-1914.rs
Merge pull request #3500 from rchaser53/issue-3499
[rust.git] / 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 }