d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test3775.d
blobda05dc58454088e6d945268098363a3f4c404051
1 // https://issues.dlang.org/show_bug.cgi?id=3775
3 struct Bug3775 {
4 static int byLine()() { return 1; }
7 static assert(cast(int)Bug3775.byLine == 1);