dmd/compiler/test/fail_compilation/ice12040.d
2022-07-09 18:53:07 +02:00

8 lines
126 B
D

/*
TEST_OUTPUT:
---
fail_compilation/ice12040.d(8): Error: circular reference to `ice12040.lol`
---
*/
bool[lol.length] lol;