On 05/17/2013 07:40 AM, Temtaime wrote: > Yes, i want to see 'undeclared variable' error, but the compiler omits > function declaration instead. > > And why i shouldn't use __? I think it's ordinary identifier. "Identifiers starting with __ (two underscores) are reserved." http://dlang.org/lex.html#Identifier Ali