mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 14:01:51 +00:00
8 lines
116 B
Rust
8 lines
116 B
Rust
//@ run-pass
|
|
//@ ignore-test Not a test. Used by issue-48508.rs
|
|
|
|
pub fn other() -> f64 {
|
|
let µ = 1.0;
|
|
µ
|
|
}
|