1 // run-pass
2 // ignore-test Not a test. Used by issue-48508.rs
3 
other() -> f644 pub fn other() -> f64 {
5     let µ = 1.0;
6     µ
7 }
8