blob: d7057b89fc47b56fc5fe9fabe664fe7733946bf8 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/test8751.d(7): Error: undefined identifier `Bar`
---
*/
Bar foo3(ref const int x) pure {
return y => x > y; // error
}