]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-1914.rs
handle field attributes when aligning a struct's fields (#3513)
[rust.git] / tests / source / 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  :  * const :: std :: os :: raw :: c_int ;
6 }