]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-1914.rs
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[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 }