1 // 3775
2 
3 struct Bug3775 {
byLineBug37754   static int byLine()() { return 1; }
5 }
6 
7 static assert(cast(int)Bug3775.byLine == 1);
8 
9 
10