https://issues.dlang.org/show_bug.cgi?id=22067
--- Comment #3 from Iain Buclaw <[email protected]> --- (In reply to Iain Buclaw from comment #2) > Actually, the list of valid lvalues in C is so simple, we can do a first > pass in the parser without having to go through semantic. Semantic can deal with more complicated matters, such as const. --
