blob: 447296c4b874ef530b63cb3c19f718062b18634b (
plain)
1
2
3
4
5
6
|
// rustfmt-max_width: 80
extern "C" {
#[link_name = "_ZN7MyClass26example_check_no_collisionE"]
pub static mut MyClass_example_check_no_collision : * const :: std :: os :: raw :: c_int ;
}
|