foo3(ref const int x)1 Bar foo3(ref const int x) pure {
2     return y => x > y; // error
3 }
4