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