mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03: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;
|
|
µ
|
|
}
|