blob: ba4bd75251f7538eaacc9d9ce6f050cf46667b2a [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail275.d(10): Error: circular reference to variable `fail275.C.x`
---
*/
// REQUIRED_ARGS: -d
struct C
{
const x = C.x;
}