mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-20 11:37:32 +00:00
7 lines
137 B
Rust
7 lines
137 B
Rust
![]() |
extern crate raw_dylib_test;
|
||
|
|
||
|
#[inline]
|
||
|
pub fn inline_library_function_calls_inline() {
|
||
|
raw_dylib_test::inline_library_function();
|
||
|
}
|