]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.test/compilable/test6056b.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test6056b.d
CommitLineData
b4c522fa
IB
1template X(T) { alias T X; }
2
3alias const(X!char*) A;
4alias const(X!int*) B;
5static assert(is(B == const(int*)));