mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
7 lines
197 B
Rust
7 lines
197 B
Rust
// 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 ;
|
|
}
|