mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 15:27:59 +00:00
6 lines
84 B
Rust
6 lines
84 B
Rust
#![crate_name = "opaque"]
|
|
#![crate_type = "rlib"]
|
|
|
|
#[inline(never)]
|
|
pub fn foo() {}
|