6 lines
102 B
Rust
6 lines
102 B
Rust
//@ ignore-auxiliary (used by `./issue-48508.rs`)
|
|
|
|
pub fn other() -> f64 {
|
|
let µ = 1.0;
|
|
µ
|
|
}
|