(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
fail_compilation/
test8751.d
/*
TEST_OUTPUT:
---
fail_compilation/test8751.d(7): Error: undefined identifier `Bar`
---
*/
Bar foo3(ref const int x) pure {
    return y => x > y; // error
}