summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-48508-aux.rs
blob: ebdc70a04df90ad46748b1b80a76a7c8a67ad9ef (plain)
1
2
3
4
5
6
7
// run-pass
// ignore-test Not a test. Used by issue-48508.rs

pub fn other() -> f64 {
    let µ = 1.0;
    µ
}