enum { A = 0, B, C }

void func(){ return A; }

void main()
{
}

main.d(1): Error: long has no effect in expression (0)

Is this a bug?

Reply via email to