]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gdc.test/compilable/b1215.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / b1215.d
index d3b0ccd2e4a260089b60882ad29ca11cb8f7d5a8..682881969ed6e38cce76a0133ed3ee192901c242 100644 (file)
@@ -70,7 +70,7 @@ struct C(Args...)
 alias Z = A!(B,B,C!(B,B));
 
 /***************************************************/
-// 14889
+// https://issues.dlang.org/show_bug.cgi?id=14889
 
 struct A14889(alias Exc)
 {
@@ -85,7 +85,7 @@ alias X14889b = TT14889!(A14889!Throwable);
 alias Y14889b = X14889b[0].ExceptionType;
 
 /***************************************************/
-// 14889
+// https://issues.dlang.org/show_bug.cgi?id=14889
 
 alias TypeTuple14900(T...) = T;
 
@@ -107,7 +107,7 @@ void test14900()
 }
 
 /***************************************************/
-// 14911
+// https://issues.dlang.org/show_bug.cgi?id=14911
 
 void test14911()
 {
@@ -119,7 +119,7 @@ void test14911()
 }
 
 /***************************************************/
-// 14986
+// https://issues.dlang.org/show_bug.cgi?id=14986
 
 alias Id14986(alias a) = a;