mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00

This should nudge people into using '-preview=in' and clear up the remaining projects which are incompatible with it.
8 lines
121 B
D
8 lines
121 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/ice11626.d(8): Error: undefined identifier `Bar`
|
|
---
|
|
*/
|
|
|
|
void foo(const ref Bar) {}
|