8 lines
77 B
Rust
8 lines
77 B
Rust
// no-prefer-dynamic
|
|
|
|
#![crate_type = "rlib"]
|
|
|
|
pub fn bar() -> u32 {
|
|
3
|
|
}
|