mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-13 13:11:59 +00:00
7 lines
102 B
Rust
7 lines
102 B
Rust
//@ ignore-auxiliary (used by `./issue-48508.rs`)
|
|
|
|
pub fn other() -> f64 {
|
|
let µ = 1.0;
|
|
µ
|
|
}
|