blob: 47b9b88660c0f7d27da72efcf6f129c13d91ea5a [file] [log] [blame]
// 3775
struct Bug3775 {
static int byLine()() { return 1; }
}
static assert(cast(int)Bug3775.byLine == 1);