]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gdc.test/runnable/imports/template_ovs3.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / imports / template_ovs3.d
index ca76914e76b6d95357a8e2362584fd4cd4ea4ec6..75beeb9cb198044fd59444cf9d54771382344651 100644 (file)
@@ -1,7 +1,8 @@
 module imports.template_ovs3;
 
 /***************************************************/
-// 1900 - template overload set
+// https://issues.dlang.org/show_bug.cgi?id=1900
+// template overload set
 
 import imports.template_ovs1;
 import imports.template_ovs2;
@@ -31,6 +32,6 @@ struct S1900
 }
 
 /***************************************************/
-// 1900
+// https://issues.dlang.org/show_bug.cgi?id=1900
 
 struct Traits1900(T) if (!is(T == class)) { enum name = "any"; }