]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gdc.test/compilable/test16570.d
Add D front-end, libphobos library, and D2 testsuite.
[gcc.git] / gcc / testsuite / gdc.test / compilable / test16570.d
1 static immutable int _a = 0;
2
3 enum Regression
4 {
5 a = _a,
6 }
7
8 static assert(is(typeof(Regression.a) == Regression));
This page took 0.034049 seconds and 5 git commands to generate.