https://issues.dlang.org/show_bug.cgi?id=21449
--- Comment #2 from Basile-z <[email protected]> --- in https://dlang.org/spec/expression.html#primary_expressions this is the rule TypeCtor ( Type ) ( ArgumentListopt ) The parser takes the path of a declaration, it nevers tries a statement, in this case ExpressionStatement. --
