
- Use `object` based test logic instead of processing `nm` human-readable textual output. - Try to expand test coverage to not be limited to only linux + x86_64. Co-authored-by: binarycat <binarycat@envs.net>
5 lines
74 B
Rust
5 lines
74 B
Rust
#![crate_type = "rlib"]
|
|
|
|
pub fn hrhello() {
|
|
println!("hello rlib");
|
|
}
|