d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test16570.d
blobde8b78f4dde684a24d1d5b28c39da16f2e776952
1 static immutable int _a = 0;
3 enum Regression
5 a = _a,
8 static assert(is(typeof(Regression.a) == immutable(Regression)));