]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/test6056a.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test6056a.d
1 alias const(typeof('c')*) A;
2 alias const(typeof(0)*) B;
3 static assert(is(B == const(int*)));