blob: f739a5a9c1fa918057f812ba551720fb55994e45 [file] [log] [blame]
Bar foo3(ref const int x) pure {
return y => x > y; // error
}